This commit is contained in:
nora 2022-10-24 20:18:01 +02:00
parent 932090c24b
commit daf278c6aa
No known key found for this signature in database

View file

@ -80,7 +80,7 @@ http {
location / { location / {
resolver 127.0.0.11 valid=30s; resolver 127.0.0.11 valid=30s;
set $upstream_frontend hugo-chat-frontend; set $upstream_frontend hugo-chat-frontend;
proxy_pass http://$upstream_frontend:80/; proxy_pass http://$upstream_frontend:80;
} }
} }