Nextcloud: update trusted proxies instructions

This commit is contained in:
aptalca 2024-04-25 11:52:32 -04:00 committed by GitHub
parent 2974133ba8
commit 6725e30588
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,9 +1,9 @@
## Version 2023/06/24
## Version 2024/04/25
# make sure that your nextcloud container is named nextcloud
# make sure that your dns has a cname set for nextcloud
# assuming this container is called "swag", edit your nextcloud container's config
# located at /config/www/nextcloud/config/config.php and add the following lines before the ");":
# 'trusted_proxies' => ['swag'],
# 'trusted_proxies' => [gethostbyname('swag')],
# 'overwrite.cli.url' => 'https://nextcloud.example.com/',
# 'overwritehost' => 'nextcloud.example.com',
# 'overwriteprotocol' => 'https',