Skip to content

Commit b322604

Browse files
committed
Include all caches
1 parent 47ba59d commit b322604

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

root/defaults/nginx/nginx.conf.sample

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ http {
8282
scgi_temp_path /tmp/nginx-scgi;
8383

8484
proxy_cache_path /tmp/nginx-proxy-cache keys_zone=swag-proxy:10m;
85-
fastcgi_cache_path /tmp/nginx-cgi-cache keys_zone=swag-cgi: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;
8688

8789
# Includes virtual hosts configs.
8890
include /etc/nginx/http.d/*.conf;

0 commit comments

Comments
 (0)