correct proxy pass

This commit is contained in:
nora 2022-09-03 15:13:37 +02:00
parent 73475d4aa5
commit 1405865cca

View file

@ -38,7 +38,7 @@ http {
server_name "cors-school.nilstrieb.dev";
location / {
proxy_pass https://cors-school-frontend:80/;
proxy_pass http://cors-school-frontend:80/;
}
}