docs (proxy): add informative comment

This commit is contained in:
thomasabishop 2025-04-05 14:19:41 +01:00
parent 9ed4b572bf
commit 6596dcf43e
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ server {
# Proxy Configuration
location / {
proxy_pass http://grafana:3000;
proxy_pass http://grafana:3000; # Docker network address
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

View file

@ -23,7 +23,7 @@ server {
# Proxy Configuration
location / {
proxy_pass http://linkding:9090;
proxy_pass http://linkding:9090; # Docker network address
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;