feat: Use Unix sockets for internal services (#1354)

This commit is contained in:
Kroese
2026-08-07 03:30:03 +02:00
committed by GitHub
parent 438e992653
commit 537fc97d53
4 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -39,6 +39,6 @@ server {
proxy_read_timeout 3600s;
proxy_send_timeout 3600s;
proxy_pass http://127.0.0.1:8004/;
}
proxy_pass http://unix:/run/shm/status-ws.sock:/;
}
}