docs (proxy): add informative comment
This commit is contained in:
parent
9ed4b572bf
commit
6596dcf43e
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue