diff --git a/readme-vars.yml b/readme-vars.yml index edc79f4..59032e1 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -33,6 +33,12 @@ app_setup_block_enabled: true app_setup_block: | Webui is accessible at http://SERVERIP:PORT + If only using locally, comment out the following line in /config/nginx/site-confs/default.conf for local discovery: + + ``` + proxy_set_header X-Forwarded-for $remote_addr; + ``` + # changelog changelogs: - { date: "31.05.24:", desc: "Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings."}