Skip to content

Commit 62b238e

Browse files
authored
Closes #503
1 parent afeae44 commit 62b238e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

nextcloud.subdomain.conf.sample

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
# assuming this container is called "swag", edit your nextcloud container's config
44
# located at /config/www/nextcloud/config/config.php and add the following lines before the ");":
55
# 'trusted_proxies' => ['swag'],
6-
# 'overwrite.cli.url' => 'https://nextcloud.your-domain.com/',
7-
# 'overwritehost' => 'nextcloud.your-domain.com',
6+
# 'overwrite.cli.url' => 'https://nextcloud.example.com/',
7+
# 'overwritehost' => 'nextcloud.example.com',
88
# 'overwriteprotocol' => 'https',
99
#
1010
# Also don't forget to add your domain name to the trusted domains array. It should look somewhat like this:
1111
# array (
1212
# 0 => '192.168.0.1:444', # This line may look different on your setup, don't modify it.
13-
# 1 => 'nextcloud.your-domain.com',
13+
# 1 => 'nextcloud.example.com',
1414
# ),
1515

1616
server {

nextcloud.subfolder.conf.sample

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
# located at /config/www/nextcloud/config/config.php and add the following lines before the ");":
44
# 'trusted_proxies' => ['swag'],
55
# 'overwritewebroot' => '/nextcloud',
6-
# 'overwrite.cli.url' => 'https://your-domain.com/nextcloud',
6+
# 'overwrite.cli.url' => 'https://example.com/nextcloud',
77
#
88
# Also don't forget to add your domain name to the trusted domains array. It should look somewhat like this:
99
# array (
1010
# 0 => '192.168.0.1:444', # This line may look different on your setup, don't modify it.
11-
# 1 => 'your-domain.com',
11+
# 1 => 'example.com',
1212
# ),
1313

1414
location ^~ /.well-known {

0 commit comments

Comments
 (0)