mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
minor
This commit is contained in:
parent
cb1213e935
commit
cadb5a1222
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ server {
|
|||
location @proxy {
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_pass http://127.0.0.1:13120;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue