mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-24 00:06:04 +02:00
Bypass Caddy auth for ingress
This commit is contained in:
@@ -8,22 +8,22 @@
|
|||||||
|
|
||||||
location /log {
|
location /log {
|
||||||
# Proxy pass
|
# Proxy pass
|
||||||
proxy_pass http://localhost:8081;
|
proxy_pass http://localhost:8082;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /stats {
|
location /stats {
|
||||||
# Proxy pass
|
# Proxy pass
|
||||||
proxy_pass http://localhost:8081;
|
proxy_pass http://localhost:8082;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /terminal {
|
location /terminal {
|
||||||
# Proxy pass
|
# Proxy pass
|
||||||
proxy_pass http://localhost:8081;
|
proxy_pass http://localhost:8082;
|
||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
# Proxy pass
|
# Proxy pass
|
||||||
proxy_pass http://localhost:8081;
|
proxy_pass http://localhost:8082;
|
||||||
|
|
||||||
# Next three lines allow websockets
|
# Next three lines allow websockets
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
|
|||||||
Reference in New Issue
Block a user