mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-21 10:50:10 +00:00
trust private ranges for port 8080
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
@@ -25,7 +25,9 @@ http://:80 {
|
||||
}
|
||||
|
||||
https://:8080 {
|
||||
reverse_proxy localhost:8000
|
||||
reverse_proxy localhost:8000 {
|
||||
trusted_proxies private_ranges
|
||||
}
|
||||
tls internal {
|
||||
on_demand
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user