nextcloud: change to swag (subfolder)

This commit is contained in:
aptalca 2020-08-19 11:36:26 -04:00 committed by GitHub
parent 1e8b39fcbf
commit e4b6dae239
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# Assuming this container is called "letsencrypt", edit your nextcloud container's config
# 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' => ['letsencrypt'],
# 'trusted_proxies' => ['swag'],
# 'overwritewebroot' => '/nextcloud',
# 'overwrite.cli.url' => 'https://your-domain.com/nextcloud',
#