mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-15 17:15:14 +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 / {
|
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue