mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-01 18:47:52 +00:00
Remove to avoid matching webroot
This commit is contained in:
@@ -92,9 +92,9 @@ http {
|
||||
{% if WEB_WEBMAIL != '/' %}
|
||||
location / {
|
||||
{% if WEBROOT_REDIRECT %}
|
||||
try_files $uri $uri/ {{ WEBROOT_REDIRECT }};
|
||||
try_files $uri {{ WEBROOT_REDIRECT }};
|
||||
{% else %}
|
||||
try_files $uri $uri/ =404;
|
||||
try_files $uri =404;
|
||||
{% endif %}
|
||||
}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user