From a21a361167e8f070d8b0224e1e16ecf918e64f56 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Thu, 31 Mar 2022 02:20:32 +0400 Subject: [PATCH] Changed path to unix socket in NGiNX config. --- configs/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/nginx.conf b/configs/nginx.conf index e27132b..8421ac1 100644 --- a/configs/nginx.conf +++ b/configs/nginx.conf @@ -19,7 +19,7 @@ server { location / { - proxy_pass http://unix:/tmp/dwelling-radio.sock/; + proxy_pass http://unix:/var/log/dwelling-radio/r.sock/; proxy_buffering off; proxy_set_header X-Client-Timezone $gi2_location_tz;