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 eb7bc7e commit 68f6b24Copy full SHA for 68f6b24
install/deb/templates/web/nginx/php-fpm/drupal-social.stpl
@@ -67,6 +67,12 @@ server {
67
fastcgi_param SCRIPT_FILENAME $request_filename;
68
include /etc/nginx/fastcgi_params;
69
include %home%/%user%/conf/web/%domain%/nginx.fastcgi_cache.conf*;
70
+ if ($request_uri ~* "/user/|/admin/|index.php") {
71
+ set $no_cache 1;
72
+ }
73
+ if ($http_cookie ~ SESS) {
74
75
76
}
77
78
location ~ ^/sites/.*/files/styles/ {
0 commit comments