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 763674c commit d20cfccCopy full SHA for d20cfcc
install/debian/nginx.conf
@@ -82,6 +82,7 @@ http {
82
83
# Cache
84
proxy_cache_path /var/cache/nginx levels=2 keys_zone=cache:10m inactive=60m max_size=512m;
85
+ proxy_cache_key "$host$request_uri $cookie_user";
86
proxy_temp_path /var/cache/nginx/temp;
87
proxy_ignore_headers Expires Cache-Control;
88
proxy_cache_use_stale error timeout invalid_header http_502;
install/ubuntu/nginx.conf
0 commit comments