Skip to content

Commit f96a952

Browse files
committed
Fix zone names
1 parent b322604 commit f96a952

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

root/defaults/nginx/nginx.conf.sample

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ http {
8181
uwsgi_temp_path /tmp/nginx-uwsgi;
8282
scgi_temp_path /tmp/nginx-scgi;
8383

84-
proxy_cache_path /tmp/nginx-proxy-cache keys_zone=swag-proxy:10m;
85-
fastcgi_cache_path /tmp/nginx-fcgi-cache keys_zone=swag-fcgi:10m;
86-
scgi_cache_path /tmp/nginx-scgi-cache keys_zone=swag-scgi:10m;
87-
uwsgi_cache_path /tmp/nginx-uwsgi-cache keys_zone=swag-uwsgi:10m;
84+
proxy_cache_path /tmp/nginx-proxy-cache keys_zone=lsio-proxy:10m;
85+
fastcgi_cache_path /tmp/nginx-fcgi-cache keys_zone=lsio-fcgi:10m;
86+
scgi_cache_path /tmp/nginx-scgi-cache keys_zone=lsio-scgi:10m;
87+
uwsgi_cache_path /tmp/nginx-uwsgi-cache keys_zone=lsio-uwsgi:10m;
8888

8989
# Includes virtual hosts configs.
9090
include /etc/nginx/http.d/*.conf;

0 commit comments

Comments
 (0)