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 26c44a9 commit eb7bc7eCopy full SHA for eb7bc7e
install/deb/templates/web/nginx/php-fpm/drupal-composer.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