From 50ff38746a983db3d4369605f5fd5508efa37d17 Mon Sep 17 00:00:00 2001 From: Marius Burkard <m.burkard@pixcept.de> Date: Tue, 08 Mar 2016 08:30:34 -0500 Subject: [PATCH] Merge branch 'nginx_apps.vhost.master_mailman' into 'stable-3.1' --- server/conf/nginx_apps.vhost.master | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/server/conf/nginx_apps.vhost.master b/server/conf/nginx_apps.vhost.master index a8e8ee5..1101d19 100644 --- a/server/conf/nginx_apps.vhost.master +++ b/server/conf/nginx_apps.vhost.master @@ -106,7 +106,7 @@ location /phpMyAdmin { rewrite ^/* /phpmyadmin last; } - + location /squirrelmail { root /usr/share/; index index.php index.html index.htm; @@ -164,7 +164,6 @@ 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 @@ alias /var/lib/mailman/archives/public; autoindex on; } -} \ No newline at end of file +} -- Gitblit v1.9.1