mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-15 00:55:09 +01:00
upstream
This commit is contained in:
parent
21a7a6f4f7
commit
fa679ed73d
1 changed files with 2 additions and 1 deletions
|
|
@ -99,7 +99,8 @@ http {
|
||||||
proxy_cache off;
|
proxy_cache off;
|
||||||
|
|
||||||
proxy_pass_request_headers on;
|
proxy_pass_request_headers on;
|
||||||
proxy_pass http://hugo-chat-backend:8080/;
|
set $upstream_backend hugo-chat-backend;
|
||||||
|
proxy_pass http://$upstream_backend:8080/;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue