Update readme-vars.yml

Myself and some other users reported issues with the software working out of the box on LAN only. This is resolved by commenting out the proxy_set_header in the nginx config. Adding some clear guidance on this would reduce issues opened and help future users
This commit is contained in:
ItsMeRitch 2024-06-30 17:41:23 +01:00 committed by GitHub
parent a38a124e96
commit 4f8a1c88b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."}