mirror of
https://github.com/solero/wand.git
synced 2024-11-09 23:18:21 +00:00
fix snfsession regex
This commit is contained in:
parent
cd20ffd6e9
commit
0bbae1dc42
@ -88,8 +88,8 @@ server {
|
|||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ^/(.*)/web-service/snfgenerator/session$ {
|
location ~ ^/(.*)/web-service/snfgenerator/session$ {
|
||||||
proxy_pass http://dash:3000/session;
|
proxy_pass http://dash:3000/session$is_args$args;
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
|
Loading…
Reference in New Issue
Block a user