Skip to content

Commit 3a0dfc7

Browse files
authored
Update nginx.conf
1 parent ccbfe7c commit 3a0dfc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nginx/nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ server {
1717
server_name apps.mapswipe.org;
1818

1919
location /api/ {
20+
add_header Access-Control-Allow-Origin *;
2021
proxy_pass http://api:80/;
2122
}
2223

0 commit comments

Comments
 (0)