From 62b238ed5da782d1a27fb5664d19ce1032eb23aa Mon Sep 17 00:00:00 2001 From: Roxedus Date: Sun, 27 Nov 2022 23:20:31 +0100 Subject: [PATCH] Closes #503 --- nextcloud.subdomain.conf.sample | 6 +++--- nextcloud.subfolder.conf.sample | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nextcloud.subdomain.conf.sample b/nextcloud.subdomain.conf.sample index ce4b056..27c2ea5 100644 --- a/nextcloud.subdomain.conf.sample +++ b/nextcloud.subdomain.conf.sample @@ -3,14 +3,14 @@ # assuming this container is called "swag", edit your nextcloud container's config # located at /config/www/nextcloud/config/config.php and add the following lines before the ");": # 'trusted_proxies' => ['swag'], -# 'overwrite.cli.url' => 'https://nextcloud.your-domain.com/', -# 'overwritehost' => 'nextcloud.your-domain.com', +# 'overwrite.cli.url' => 'https://nextcloud.example.com/', +# 'overwritehost' => 'nextcloud.example.com', # 'overwriteprotocol' => 'https', # # Also don't forget to add your domain name to the trusted domains array. It should look somewhat like this: # array ( # 0 => '192.168.0.1:444', # This line may look different on your setup, don't modify it. -# 1 => 'nextcloud.your-domain.com', +# 1 => 'nextcloud.example.com', # ), server { diff --git a/nextcloud.subfolder.conf.sample b/nextcloud.subfolder.conf.sample index 1920577..0112163 100644 --- a/nextcloud.subfolder.conf.sample +++ b/nextcloud.subfolder.conf.sample @@ -3,12 +3,12 @@ # located at /config/www/nextcloud/config/config.php and add the following lines before the ");": # 'trusted_proxies' => ['swag'], # 'overwritewebroot' => '/nextcloud', -# 'overwrite.cli.url' => 'https://your-domain.com/nextcloud', +# 'overwrite.cli.url' => 'https://example.com/nextcloud', # # Also don't forget to add your domain name to the trusted domains array. It should look somewhat like this: # array ( # 0 => '192.168.0.1:444', # This line may look different on your setup, don't modify it. -# 1 => 'your-domain.com', +# 1 => 'example.com', # ), location ^~ /.well-known {