Update nginx.conf
Browse files- nginx.conf +2 -0
nginx.conf
CHANGED
|
@@ -8,6 +8,8 @@ server {
|
|
| 8 |
location / {
|
| 9 |
proxy_pass https://cloudphoneh5.buy.139.com/;
|
| 10 |
proxy_set_header referer https://cloudphoneh5.buy.139.com/;
|
|
|
|
|
|
|
| 11 |
add_header X-Frame-Options SAMEORIGIN always;
|
| 12 |
proxy_set_header Host cloudphoneh5.buy.139.com;
|
| 13 |
proxy_set_header X-Real-IP $remote_addr;
|
|
|
|
| 8 |
location / {
|
| 9 |
proxy_pass https://cloudphoneh5.buy.139.com/;
|
| 10 |
proxy_set_header referer https://cloudphoneh5.buy.139.com/;
|
| 11 |
+
proxy_set_header Origin https://cloudphoneh5.buy.139.com;
|
| 12 |
+
proxy_set_header :authority: cloudphoneh5.buy.139.com;
|
| 13 |
add_header X-Frame-Options SAMEORIGIN always;
|
| 14 |
proxy_set_header Host cloudphoneh5.buy.139.com;
|
| 15 |
proxy_set_header X-Real-IP $remote_addr;
|