This commit is contained in:
nora 2022-09-03 16:23:17 +02:00
parent dec1acc6a1
commit 12bbb3ed3a

View file

@ -40,6 +40,7 @@ http {
location / { location / {
proxy_pass http://cors-school-backend:8080/; proxy_pass http://cors-school-backend:8080/;
add_header Access-Control-Allow-Origin cors-school.nilstrieb.dev;
} }
} }