1
0

Changed path to unix socket in NGiNX config.

This commit is contained in:
Alexander Andreev 2022-03-31 02:20:32 +04:00
parent b4cbb236aa
commit a21a361167
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F

View File

@ -19,7 +19,7 @@ server {
location / { location / {
proxy_pass http://unix:/tmp/dwelling-radio.sock/; proxy_pass http://unix:/var/log/dwelling-radio/r.sock/;
proxy_buffering off; proxy_buffering off;
proxy_set_header X-Client-Timezone $gi2_location_tz; proxy_set_header X-Client-Timezone $gi2_location_tz;