Try ingress

This commit is contained in:
Alexandre
2024-05-20 18:12:42 +02:00
parent 80e005ff6a
commit 9a92fa1007
6 changed files with 34 additions and 13 deletions

View File

@@ -8,22 +8,22 @@
location /log {
# Proxy pass
proxy_pass http://localhost:80;
proxy_pass http://localhost:8081;
}
location /stats {
# Proxy pass
proxy_pass http://localhost:80;
proxy_pass http://localhost:8081;
}
location /terminal {
# Proxy pass
proxy_pass http://localhost:80;
proxy_pass http://localhost:8081;
}
location / {
# Proxy pass
proxy_pass http://localhost:80;
proxy_pass http://localhost:8081;
# Next three lines allow websockets
proxy_http_version 1.1;