Added reminders for trusted proxies

This commit is contained in:
William Miceli
2019-02-06 20:14:54 -05:00
parent 8cd34a4e8a
commit 2b5208d2e3
5 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
# httpd
https://docs.docker.com/samples/library/httpd/
https://docs.docker.com/samples/library/httpd/
# ToDo's
* Add better trusted proxies configuration

View File

@@ -48,4 +48,5 @@ The web interface provides an easy backup method by exporting to a JSON file, wh
## TODO
* Add more integration instructions
* Add more integration instructions
* Add better trusted proxies configuration

View File

@@ -17,4 +17,6 @@ You can monitor if it is working by opening a shell terminal on your Redis conta
## To-Do's
* Explain how to manually setup Redis
* Fix Cron container, does not yet properly execute yet
* Fix Cron container, does not yet properly execute yet
* Better setup trusted_proxies
* [Documentation Reference](https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/reverse_proxy_configuration.html?highlight=reverse%20proxy)

View File

@@ -6,4 +6,9 @@ https://store.docker.com/_/nginx
### Full Example nginx.conf
https://www.nginx.com/resources/wiki/start/topics/examples/full/
https://www.nginx.com/resources/wiki/start/topics/examples/full/
## ToDo's
* Add better trusted proxies configuration

View File

@@ -1 +1,5 @@
# WordPress
# WordPress
## ToDo's
* Add better trusted proxies configuration