Skip to content

Commit

Permalink
Fix syntax highlighting in remote caching docs.
Browse files Browse the repository at this point in the history
Closes #10711.

PiperOrigin-RevId: 293583040
  • Loading branch information
arturdryomov authored and copybara-github committed Feb 6, 2020
1 parent c3ad74a commit 396cfa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/docs/remote-caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ larger value if you have larger output files. The server will require other
configuration such as authentication.


Example configuration for `server section` in `nginx.conf`:
Example configuration for `server` section in `nginx.conf`:

```nginx
location /cache/ {
Expand Down Expand Up @@ -268,7 +268,7 @@ build --remote_upload_local_results=false
To exclude specific targets from using the remote cache, tag the target with
`no-cache`. For example:

```
```starlark
java_library(
name = "target",
tags = ["no-cache"],
Expand Down

0 comments on commit 396cfa2

Please sign in to comment.