ingress : enable stats

This commit is contained in:
Alexandre
2024-05-20 17:35:41 +02:00
committed by GitHub
parent 363a043c73
commit dec6eeafb0

View File

@@ -6,6 +6,11 @@
proxy_buffering off;
auth_basic_user_file /home/pi/.htpasswd;
location /stats {
# Proxy pass
proxy_pass http://localhost:80;
}
location / {
# Proxy pass
proxy_pass http://localhost:80;