Changed path to unix socket in NGiNX config.
This commit is contained in:
parent
b4cbb236aa
commit
a21a361167
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user