Update nginx.conf
Browse files- nginx.conf +1 -1
nginx.conf
CHANGED
@@ -3,7 +3,7 @@ server {
|
|
3 |
|
4 |
server_name _;
|
5 |
|
6 |
-
location
|
7 |
{
|
8 |
proxy_pass https://cloudphoneh5.buy.139.com/;
|
9 |
proxy_set_header referer https://cloudphoneh5.buy.139.com/;
|
|
|
3 |
|
4 |
server_name _;
|
5 |
|
6 |
+
location /
|
7 |
{
|
8 |
proxy_pass https://cloudphoneh5.buy.139.com/;
|
9 |
proxy_set_header referer https://cloudphoneh5.buy.139.com/;
|