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;