mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-05 23:25:57 +02:00
Update ingress.conf
This commit is contained in:
@@ -6,11 +6,21 @@
|
|||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
auth_basic_user_file /home/pi/.htpasswd;
|
auth_basic_user_file /home/pi/.htpasswd;
|
||||||
|
|
||||||
|
location /log {
|
||||||
|
# Proxy pass
|
||||||
|
proxy_pass http://localhost:80;
|
||||||
|
}
|
||||||
|
|
||||||
location /stats {
|
location /stats {
|
||||||
# Proxy pass
|
# Proxy pass
|
||||||
proxy_pass http://localhost:80;
|
proxy_pass http://localhost:80;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /terminal {
|
||||||
|
# Proxy pass
|
||||||
|
proxy_pass http://localhost:80;
|
||||||
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
# Proxy pass
|
# Proxy pass
|
||||||
proxy_pass http://localhost:80;
|
proxy_pass http://localhost:80;
|
||||||
|
|||||||
Reference in New Issue
Block a user