Added reminders for trusted proxies
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
# httpd
|
# httpd
|
||||||
|
|
||||||
https://docs.docker.com/samples/library/httpd/
|
https://docs.docker.com/samples/library/httpd/
|
||||||
|
|
||||||
|
# ToDo's
|
||||||
|
|
||||||
|
* Add better trusted proxies configuration
|
||||||
@@ -48,4 +48,5 @@ The web interface provides an easy backup method by exporting to a JSON file, wh
|
|||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
* Add more integration instructions
|
* Add more integration instructions
|
||||||
|
* Add better trusted proxies configuration
|
||||||
@@ -17,4 +17,6 @@ You can monitor if it is working by opening a shell terminal on your Redis conta
|
|||||||
## To-Do's
|
## To-Do's
|
||||||
|
|
||||||
* Explain how to manually setup Redis
|
* 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)
|
||||||
@@ -6,4 +6,9 @@ https://store.docker.com/_/nginx
|
|||||||
|
|
||||||
|
|
||||||
### Full Example nginx.conf
|
### 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
|
||||||
@@ -1 +1,5 @@
|
|||||||
# WordPress
|
# WordPress
|
||||||
|
|
||||||
|
## ToDo's
|
||||||
|
|
||||||
|
* Add better trusted proxies configuration
|
||||||
Reference in New Issue
Block a user