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