Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
beca0aefaf584659c983574531301bc3f4e39c29
1 parent
67ca323d
do add weixin pay call api auth sign
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
script/nginx/conf/vhosts/nginx.rls.yohobuy.com.conf
script/nginx/conf/vhosts/nginx.rls.yohobuy.com.conf
View file @
beca0ae
...
...
@@ -363,6 +363,15 @@ server
proxy_set_header
Accept
-
Encoding
"gzip"
;
}
location
^~ /
shopping
/
pay
/
wechatwapapi
{
proxy_redirect
off
;
proxy_pass
http
://
yohobuy
;
proxy_set_header
Host
$
host
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
Accept
-
Encoding
"gzip"
;
}
location
/ {
proxy_redirect
off
;
proxy_pass
http
://
119
.
254
.
81
.
245
;
...
...
Please
register
or
login
to post a comment