This commit is contained in:
nora 2022-10-24 20:08:03 +02:00
parent 21a7a6f4f7
commit fa679ed73d
No known key found for this signature in database

View file

@ -99,7 +99,8 @@ http {
proxy_cache off;
proxy_pass_request_headers on;
proxy_pass http://hugo-chat-backend:8080/;
set $upstream_backend hugo-chat-backend;
proxy_pass http://$upstream_backend:8080/;
}
}