Skip to content
Snippets Groups Projects
Commit 61137eea authored by Robert Utnehmer's avatar Robert Utnehmer
Browse files

Fix #3787 Remove wrong fastcgi_param SCRIPT_FILENAME for Mailman in nginx_apps.vhost.master

parent 45e9406a
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment