Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update nginx.conf
Browse files- nginx.conf +1 -0
nginx.conf
CHANGED
|
@@ -23,6 +23,7 @@ http {
|
|
| 23 |
server {
|
| 24 |
listen 8080;
|
| 25 |
server_name _;
|
|
|
|
| 26 |
|
| 27 |
location / {
|
| 28 |
proxy_pass http://localhost:3210;
|
|
|
|
| 23 |
server {
|
| 24 |
listen 8080;
|
| 25 |
server_name _;
|
| 26 |
+
add_header Access-Control-Allow-Origin *;
|
| 27 |
|
| 28 |
location / {
|
| 29 |
proxy_pass http://localhost:3210;
|