diff --git a/server/conf/nginx_apps.vhost.master b/server/conf/nginx_apps.vhost.master index a8e8ee514acd43b64cc80be06eb6ead859f76661..1101d193058a1f5f438f257668da6b38d4d84cc7 100644 --- a/server/conf/nginx_apps.vhost.master +++ b/server/conf/nginx_apps.vhost.master @@ -106,7 +106,7 @@ server { location /phpMyAdmin { rewrite ^/* /phpmyadmin last; } - + location /squirrelmail { root /usr/share/; index index.php index.html index.htm; @@ -164,7 +164,6 @@ server { fastcgi_param CONTENT_TYPE $content_type; fastcgi_param CONTENT_LENGTH $content_length; - fastcgi_param SCRIPT_FILENAME $request_filename; fastcgi_param SCRIPT_NAME $fastcgi_script_name; fastcgi_param REQUEST_URI $request_uri; fastcgi_param DOCUMENT_URI $document_uri; @@ -199,4 +198,4 @@ server { alias /var/lib/mailman/archives/public; autoindex on; } -} \ No newline at end of file +}