Update hf.nginx.conf
Browse files- hf.nginx.conf +1 -1
hf.nginx.conf
CHANGED
|
@@ -30,7 +30,7 @@ http {
|
|
| 30 |
listen __PORT__;
|
| 31 |
listen [::]:__PORT__;
|
| 32 |
server_name _;
|
| 33 |
-
|
| 34 |
|
| 35 |
proxy_hide_header Access-Control-Allow-Origin;
|
| 36 |
proxy_hide_header Access-Control-Allow-Methods;
|
|
|
|
| 30 |
listen __PORT__;
|
| 31 |
listen [::]:__PORT__;
|
| 32 |
server_name _;
|
| 33 |
+
|
| 34 |
|
| 35 |
proxy_hide_header Access-Control-Allow-Origin;
|
| 36 |
proxy_hide_header Access-Control-Allow-Methods;
|