mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-17 11:10:22 +00:00
trust private ranges for port 8080
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
f5f8c836d2
commit
131dc62508
1 changed files with 3 additions and 1 deletions
|
|
@ -25,7 +25,9 @@ http://:80 {
|
||||||
}
|
}
|
||||||
|
|
||||||
https://:8080 {
|
https://:8080 {
|
||||||
reverse_proxy localhost:8000
|
reverse_proxy localhost:8000 {
|
||||||
|
trusted_proxies private_ranges
|
||||||
|
}
|
||||||
tls internal {
|
tls internal {
|
||||||
on_demand
|
on_demand
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue