mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-07 15:14:50 +08:00
Match only host names and not ip-addresses
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
96f3ca2506
commit
1dc69dca29
1 changed files with 6 additions and 1 deletions
|
@ -16,7 +16,12 @@ http://:80 {
|
|||
redir https://{host}{uri}
|
||||
}
|
||||
|
||||
https://:8443 {
|
||||
# Match only host names and not ip-addresses:
|
||||
https://*.*:8443,
|
||||
https://*.*.*:8443,
|
||||
https://*.*.*.*:8443,
|
||||
https://*.*.*.*.*:8443,
|
||||
https://*.*.*.*.*.*:8443 {
|
||||
|
||||
reverse_proxy localhost:8000
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue