mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-09-01 13:47:03 +00:00
feat: Use Unix sockets for internal services (#1354)
This commit is contained in:
+2
-2
@@ -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:/;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user