mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-22 07:26:55 +00:00
use 127.0.0.1 instead of localhost
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
ab939dac26
commit
414716e279
18 changed files with 31 additions and 31 deletions
|
|
@ -56,7 +56,7 @@ https://{$ADDITIONAL_TRUSTED_DOMAIN}:443,
|
|||
rewrite /.well-known/carddav /remote.php/dav/
|
||||
rewrite /.well-known/caldav /remote.php/dav/
|
||||
header Strict-Transport-Security max-age=31536000;
|
||||
reverse_proxy localhost:8000
|
||||
reverse_proxy 127.0.0.1:8000
|
||||
}
|
||||
|
||||
# TLS options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue