forked from exozyme/nginx
Compare commits
3 commits
c8dcef66f6
...
5672940953
Author | SHA1 | Date | |
---|---|---|---|
5672940953 | |||
9f506b0271 | |||
40f25073bb |
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ server {
|
|||
}
|
||||
|
||||
location /snac {
|
||||
proxy_pass http://localhost:1350;
|
||||
proxy_pass http://localhost:1350/;
|
||||
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…
Reference in a new issue