We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6725e30 commit 78c2294Copy full SHA for 78c2294
nextcloud.subfolder.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 nextcloud is set to work with the base url /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
# 'overwritewebroot' => '/nextcloud',
8
# 'overwrite.cli.url' => 'https://example.com/nextcloud',
9
#
0 commit comments