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

View file

@ -52,6 +52,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;
} }
} }