mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-16 09:35:10 +01:00
upstream
This commit is contained in:
parent
e8acf0b39c
commit
21a7a6f4f7
1 changed files with 3 additions and 1 deletions
|
|
@ -58,7 +58,9 @@ http {
|
||||||
}
|
}
|
||||||
|
|
||||||
proxy_pass_request_headers on;
|
proxy_pass_request_headers on;
|
||||||
proxy_pass http://cors-school-backend:8080/;
|
|
||||||
|
set $upstream_backend cors-school-backend;
|
||||||
|
proxy_pass http://$upstream_backend:8080/;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue