mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
nginx
This commit is contained in:
parent
932090c24b
commit
daf278c6aa
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ http {
|
|||
location / {
|
||||
resolver 127.0.0.11 valid=30s;
|
||||
set $upstream_frontend hugo-chat-frontend;
|
||||
proxy_pass http://$upstream_frontend:80/;
|
||||
proxy_pass http://$upstream_frontend:80;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue