Skip to content

Commit 78c2294

Browse files
authored
update nc subfolder conf
1 parent 6725e30 commit 78c2294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nextcloud.subfolder.conf.sample

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
#

0 commit comments

Comments
 (0)