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.
2 parents 81a4dc5 + 61137ee commit 50ff387Copy full SHA for 50ff387
server/conf/nginx_apps.vhost.master
@@ -106,7 +106,7 @@ server {
106
location /phpMyAdmin {
107
rewrite ^/* /phpmyadmin last;
108
}
109
-
+
110
location /squirrelmail {
111
root /usr/share/;
112
index index.php index.html index.htm;
@@ -164,7 +164,6 @@ server {
164
fastcgi_param CONTENT_TYPE $content_type;
165
fastcgi_param CONTENT_LENGTH $content_length;
166
167
- fastcgi_param SCRIPT_FILENAME $request_filename;
168
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
169
fastcgi_param REQUEST_URI $request_uri;
170
fastcgi_param DOCUMENT_URI $document_uri;
@@ -199,4 +198,4 @@ server {
199
198
alias /var/lib/mailman/archives/public;
200
autoindex on;
201
202
-}
+}
0 commit comments