mirror of
https://github.com/solero/wand.git
synced 2024-11-09 15:08: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;
|
||||
}
|
||||
|
||||
location ^/(.*)/web-service/snfgenerator/session$ {
|
||||
proxy_pass http://dash:3000/session;
|
||||
location ~ ^/(.*)/web-service/snfgenerator/session$ {
|
||||
proxy_pass http://dash:3000/session$is_args$args;
|
||||
proxy_redirect off;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
|
Loading…
Reference in New Issue
Block a user