diff --git a/Dockerfile b/Dockerfile index 2c4200a..c8d1623 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ ARG TARGETARCH ARG TARGETPLATFORM ARG VERSION_ARG="0.0" +ARG VERSION_WSD="0.4.2" ARG VERSION_CSTRUCT="4.7" ARG VERSION_PASST="2026_07_28" @@ -39,7 +40,6 @@ RUN <"$WSD_LOG" 2>&1 & diff --git a/web/conf/nginx.conf b/web/conf/nginx.conf index ee98c2a..1d3e6af 100644 --- a/web/conf/nginx.conf +++ b/web/conf/nginx.conf @@ -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:/; + } }