File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## Version 2023/06/24
1+ ## Version 2024/04/25
22# make sure that your nextcloud container is named nextcloud
33# make sure that your dns has a cname set for nextcloud
44# assuming this container is called "swag", edit your nextcloud container's config
55# located at /config/www/nextcloud/config/config.php and add the following lines before the ");":
6- # 'trusted_proxies' => ['swag'],
6+ # 'trusted_proxies' => [gethostbyname( 'swag') ],
77# 'overwrite.cli.url' => 'https://nextcloud.example.com/',
88# 'overwritehost' => 'nextcloud.example.com',
99# 'overwriteprotocol' => 'https',
Original file line number Diff line number Diff line change 1- ## Version 2023/06/24
1+ ## Version 2024/04/25
22# make sure that your nextcloud container is named nextcloud
33# make sure that nextcloud is set to work with the base url /nextcloud/
44# Assuming this container is called "swag", edit your nextcloud container's config
55# located at /config/www/nextcloud/config/config.php and add the following lines before the ");":
6- # 'trusted_proxies' => ['swag'],
6+ # 'trusted_proxies' => [gethostbyname( 'swag') ],
77# 'overwritewebroot' => '/nextcloud',
88# 'overwrite.cli.url' => 'https://example.com/nextcloud',
99#
You can’t perform that action at this time.
0 commit comments