mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
correct proxy pass
This commit is contained in:
parent
73475d4aa5
commit
1405865cca
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ http {
|
||||||
server_name "cors-school.nilstrieb.dev";
|
server_name "cors-school.nilstrieb.dev";
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://cors-school-frontend:80/;
|
proxy_pass http://cors-school-frontend:80/;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue