Update front.conf
This commit is contained in:
parent
6dcc0311df
commit
c4bbcbe784
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ server {
|
||||||
}
|
}
|
||||||
|
|
||||||
# ── everything else: homelab-stack (landing page, /homepage/, /dozzle/, ...)
|
# ── everything else: homelab-stack (landing page, /homepage/, /dozzle/, ...)
|
||||||
location / {
|
location /dashboard {
|
||||||
proxy_pass http://homelab_nginx;
|
proxy_pass http://homelab_nginx;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue