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;