...
|
...
|
@@ -107,11 +107,3 @@ |
|
|
}
|
|
|
|
|
|
|
|
|
location ^~ /Passport/session/index {
|
|
|
proxy_redirect off;
|
|
|
proxy_pass http://yohobuy-old-www;
|
|
|
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";
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|