XciD HF staff commited on
Commit
9ca4d8e
1 Parent(s): 8969f81

Update nginx.conf

Browse files
Files changed (1) hide show
  1. 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;