Correction : etc/sv/sympa/ .
[lhc/ateliers.git] / etc / nginx / site.d / sympa / site.conf
index 33a0863..370514c 100644 (file)
@@ -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;