mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00: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}
|
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
|
reverse_proxy localhost:8000
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue