mirror of
https://github.com/linuxserver/docker-snapdrop.git
synced 2026-02-20 08:17:27 +08:00
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:
parent
a38a124e96
commit
4f8a1c88b9
@ -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."}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user