X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Fsympa%2Fsite.conf;fp=etc%2Fnginx%2Fsite.d%2Fsympa%2Fsite.conf;h=370514ce225da18dc295933fd33bba9c3f13d92f;hb=f1ea1df6ff4652bb89b232cb5fd5762c6fea4dcf;hp=33a08633daf46ba9dd94ed03e11bceac6f247f8e;hpb=ba91d2c88ddfbf48c2d251b77f63b56996c64071;p=lhc%2Fateliers.git diff --git a/etc/nginx/site.d/sympa/site.conf b/etc/nginx/site.d/sympa/site.conf index 33a0863..370514c 100644 --- a/etc/nginx/site.d/sympa/site.conf +++ b/etc/nginx/site.d/sympa/site.conf @@ -11,7 +11,6 @@ location ~ /\. { log_not_found off; } location / { - index index.html index.htm; include /etc/nginx/conf.d/fastcgi.conf; set $no_cache "0"; if ($request_method !~ ^(GET|HEAD)$) { @@ -35,6 +34,7 @@ location / { fastcgi_max_temp_file_size 2M; fastcgi_no_cache $no_cache; fastcgi_param PATH_INFO $uri; + fastcgi_param SCRIPT_NAME ''; fastcgi_pass_header Cookie; fastcgi_pass_header Set-Cookie;