Update front.conf

This commit is contained in:
febux 2026-08-21 23:50:36 +03:00
parent 6dcc0311df
commit c4bbcbe784

View file

@ -55,7 +55,7 @@ server {
}
# ── everything else: homelab-stack (landing page, /homepage/, /dozzle/, ...)
location / {
location /dashboard {
proxy_pass http://homelab_nginx;
proxy_http_version 1.1;
proxy_set_header Host $host;