diff options
author | Paweł Dybiec <pdybiec@stud.cs.uni.wroc.pl> | 2019-10-13 19:14:47 +0200 |
---|---|---|
committer | Paweł Dybiec <pdybiec@stud.cs.uni.wroc.pl> | 2019-10-13 19:14:47 +0200 |
commit | 7364a2e2522706eb382c4e544355f826b36386d6 (patch) | |
tree | a87fc7d2df426965fad40b20068029b5f5364e4a /templates | |
parent | Removed systemd-networkd (diff) |
Removed old services from config
Diffstat (limited to 'templates')
-rw-r--r-- | templates/nginx.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/nginx.conf.j2 b/templates/nginx.conf.j2 index 9261fa0..60987fa 100644 --- a/templates/nginx.conf.j2 +++ b/templates/nginx.conf.j2 @@ -7,7 +7,7 @@ server { {% endif %} {% if server.proxy is defined and server.proxy.cache is defined and server.proxy.cache %} - proxy_cache_path /usr/share/nginx/cache levels=1:2 keys_zone=cache_{{ short_name }}:10m max_size=100m inactive=60m use_temp_path=off; + proxy_cache_path /usr/share/nginx/cache_{{ short_name }} levels=1:2 keys_zone=cache_{{ short_name }}:10m max_size=100m inactive=60m use_temp_path=off; {% endif %} server { |