mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +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 {
|
||||
reverse_proxy localhost:8000
|
||||
reverse_proxy localhost:8000 {
|
||||
trusted_proxies private_ranges
|
||||
}
|
||||
tls internal {
|
||||
on_demand
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue