We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c6146b commit a9e467aCopy full SHA for a9e467a
flake.nix
@@ -53,6 +53,8 @@
53
listen 80;
54
55
location / {
56
+ add_header Access-Control-Allow-Origin *;
57
+
58
limit_req zone=api burst=50 nodelay;
59
proxy_pass http://localhost:8080/;
60
}
0 commit comments