Skip to content

Commit 7be309b

Browse files
committed
fix(flake): use quotes in nginx??
1 parent a9e467a commit 7be309b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
listen 80;
5454
5555
location / {
56-
add_header Access-Control-Allow-Origin *;
56+
add_header 'Access-Control-Allow-Origin' '*';
5757
5858
limit_req zone=api burst=50 nodelay;
5959
proxy_pass http://localhost:8080/;

0 commit comments

Comments
 (0)