mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-20 05:13:43 -07:00
Format files
This commit is contained in:
parent
e4b70cea1d
commit
0eb569982b
16 changed files with 52 additions and 51 deletions
|
@ -5,7 +5,7 @@
|
|||
# This config have been tested with "TLS_FLAVOR=mail"
|
||||
# To avoid errors you must change in docker-compose ports: 80 and 443, more info: https://mailu.io/1.7/reverse.html
|
||||
|
||||
location /admin{
|
||||
location /admin {
|
||||
return 301 $scheme://$host/admin/;
|
||||
}
|
||||
|
||||
|
@ -32,7 +32,7 @@ location ^~ /admin/ {
|
|||
|
||||
}
|
||||
|
||||
location /webmail{
|
||||
location /webmail {
|
||||
return 301 $scheme://$host/webmail/;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue