mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-25 22:38:27 +08:00
add permanent redirect to port 80 in mastercontainer
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
92aae9dfd0
commit
5d2275c806
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
http://:80 {
|
http://:80 {
|
||||||
redir https://{host}{uri}
|
redir https://{host}{uri} permanent
|
||||||
}
|
}
|
||||||
|
|
||||||
https://:8443 {
|
https://:8443 {
|
||||||
|
|
Loading…
Reference in a new issue