From af40ccfd2ca9015e276ebd1595d514ce956feddd Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Tue, 7 Feb 2023 02:25:18 +0400 Subject: [PATCH] r.sock changed to sock in nginx.conf. --- configs/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/nginx.conf b/configs/nginx.conf index 627728f..af7a501 100644 --- a/configs/nginx.conf +++ b/configs/nginx.conf @@ -20,7 +20,7 @@ server { location / { - proxy_pass http://unix:/var/run/dwelling-radio/r.sock; + proxy_pass http://unix:/var/run/dwelling-radio/sock; proxy_buffering off; proxy_set_header X-Client-Timezone $gi2_location_tz; proxy_set_header Host $host;