mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 08:45:02 +01:00
upstream
This commit is contained in:
parent
fa679ed73d
commit
0210c91e7d
1 changed files with 2 additions and 1 deletions
|
|
@ -71,7 +71,8 @@ http {
|
|||
server_name "hugo-chat.nilstrieb.dev";
|
||||
|
||||
location / {
|
||||
proxy_pass http://hugo-chat-frontend:80/;
|
||||
set $upstream_frontend hugo-chat-frontend;
|
||||
proxy_pass http://$upstream_frontend:80/;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue