We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2974133 commit 6725e30Copy full SHA for 6725e30
1 file changed
nextcloud.subdomain.conf.sample
@@ -1,9 +1,9 @@
1
-## Version 2023/06/24
+## Version 2024/04/25
2
# make sure that your nextcloud container is named nextcloud
3
# make sure that your dns has a cname set for nextcloud
4
# assuming this container is called "swag", edit your nextcloud container's config
5
# located at /config/www/nextcloud/config/config.php and add the following lines before the ");":
6
-# 'trusted_proxies' => ['swag'],
+# 'trusted_proxies' => [gethostbyname('swag')],
7
# 'overwrite.cli.url' => 'https://nextcloud.example.com/',
8
# 'overwritehost' => 'nextcloud.example.com',
9
# 'overwriteprotocol' => 'https',
0 commit comments