We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ba59d commit b322604Copy full SHA for b322604
root/defaults/nginx/nginx.conf.sample
@@ -82,7 +82,9 @@ http {
82
scgi_temp_path /tmp/nginx-scgi;
83
84
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;
+ 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;
88
89
# Includes virtual hosts configs.
90
include /etc/nginx/http.d/*.conf;
0 commit comments