We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1181b31 commit eed07e9Copy full SHA for eed07e9
src/nginx.conf
@@ -8,6 +8,7 @@ http {
8
server_name localhost;
9
10
location / {
11
+ add_header Access-Control-Allow-Origin *;
12
fastcgi_pass 127.0.0.1:8000;
13
14
fastcgi_param GATEWAY_INTERFACE CGI/1.1;
0 commit comments