Fix redirect to port 0 on squirrelmail
This commit is contained in:
@ -114,6 +114,12 @@ http {
|
||||
}
|
||||
expires $expires;
|
||||
|
||||
map $server_port $php_port {
|
||||
80 80;
|
||||
443 443;
|
||||
default 80;
|
||||
}
|
||||
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
include /etc/nginx/sites-enabled/*;
|
||||
}
|
||||
|
Reference in New Issue
Block a user