mirror of
https://github.com/Mailu/Mailu.git
synced 2025-06-04 23:27:34 +02:00
Remove to avoid matching webroot
This commit is contained in:
parent
4b0601cb64
commit
5636e7f5a7
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user