Skip to content
Snippets Groups Projects
Commit 01947eeb authored by dakkar's avatar dakkar
Browse files

declare language for nginx config snippet

parent de9c8e0a
No related branches found
No related tags found
1 merge request!23update docs for release 2024.5
Pipeline #771 canceled with stage
......@@ -333,7 +333,7 @@ You may clear NGINX's cache by manually deleting the cache directory
sure. When you've found the directive, the cache directory will be
listed in the first parameter. Here's an example:
```
```nginx
# Here, the cache directory is "/var/cache/nginx".
proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=cache1:16m max_size=1g inactive=720m use_temp_path=off;
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment