mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-05 20:41:32 -07:00
Merge pull request #672 from linuxserver/nc-trusted
Nextcloud: update trusted proxies instructions
This commit is contained in:
commit
0877269e66
2 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
## Version 2023/06/24
|
||||
## Version 2024/04/25
|
||||
# make sure that your nextcloud container is named nextcloud
|
||||
# make sure that your dns has a cname set for nextcloud
|
||||
# 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'],
|
||||
# 'trusted_proxies' => [gethostbyname('swag')],
|
||||
# 'overwrite.cli.url' => 'https://nextcloud.example.com/',
|
||||
# 'overwritehost' => 'nextcloud.example.com',
|
||||
# 'overwriteprotocol' => 'https',
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
## Version 2023/06/24
|
||||
## Version 2024/04/25
|
||||
# make sure that your nextcloud container is named nextcloud
|
||||
# make sure that nextcloud is set to work with the base url /nextcloud/
|
||||
# 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'],
|
||||
# 'trusted_proxies' => [gethostbyname('swag')],
|
||||
# 'overwritewebroot' => '/nextcloud',
|
||||
# 'overwrite.cli.url' => 'https://example.com/nextcloud',
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue