mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-29 18:14:50 +08:00
add redirect to https for port 8443
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
d284812c6b
commit
a3d676b408
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ http://:80 {
|
|||
redir https://{host}{uri}
|
||||
}
|
||||
|
||||
http://:8443 {
|
||||
redir https://{host}:8443{uri}
|
||||
}
|
||||
|
||||
https://:8443 {
|
||||
|
||||
reverse_proxy localhost:8000
|
||||
|
|
Loading…
Add table
Reference in a new issue