dooris(host): use new dooris software
All checks were successful
/ Ansible Lint (push) Successful in 3m56s

Also fix DNS record not properly working anymore.
This commit is contained in:
June 2026-05-18 18:00:30 +02:00
commit 1275d50bdf
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
3 changed files with 14 additions and 18 deletions

View file

@ -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;
}
}