dooris(host): use new dooris software
All checks were successful
/ Ansible Lint (push) Successful in 3m56s
All checks were successful
/ Ansible Lint (push) Successful in 3m56s
Also fix DNS record not properly working anymore.
This commit is contained in:
parent
1757c36605
commit
1275d50bdf
3 changed files with 14 additions and 18 deletions
|
|
@ -32,6 +32,10 @@ server {
|
|||
proxy_set_header Connection "upgrade";
|
||||
|
||||
location / {
|
||||
proxy_pass http://127.0.0.1:3000/;
|
||||
proxy_pass http://127.0.0.1:8000/;
|
||||
# Increase size to fix nginx error: "upstream sent too big header while reading response header from upstream"
|
||||
proxy_buffer_size 64k;
|
||||
proxy_busy_buffers_size 64k;
|
||||
proxy_buffers 20 4k;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue