do add weixin pay call api auth sign
Showing
1 changed file
with
9 additions
and
0 deletions
@@ -363,6 +363,15 @@ server | @@ -363,6 +363,15 @@ server | ||
363 | proxy_set_header Accept-Encoding "gzip"; | 363 | proxy_set_header Accept-Encoding "gzip"; |
364 | } | 364 | } |
365 | 365 | ||
366 | + location ^~ /shopping/pay/wechatwapapi { | ||
367 | + proxy_redirect off; | ||
368 | + proxy_pass http://yohobuy; | ||
369 | + proxy_set_header Host $host; | ||
370 | + proxy_set_header X-Real-IP $remote_addr; | ||
371 | + proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; | ||
372 | + proxy_set_header Accept-Encoding "gzip"; | ||
373 | + } | ||
374 | + | ||
366 | location / { | 375 | location / { |
367 | proxy_redirect off; | 376 | proxy_redirect off; |
368 | proxy_pass http://119.254.81.245; | 377 | proxy_pass http://119.254.81.245; |
-
Please register or login to post a comment