r.sock changed to sock in nginx.conf.
This commit is contained in:
parent
0ff8f4310e
commit
af40ccfd2c
@ -20,7 +20,7 @@ server {
|
|||||||
|
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://unix:/var/run/dwelling-radio/r.sock;
|
proxy_pass http://unix:/var/run/dwelling-radio/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;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
|
Loading…
Reference in New Issue
Block a user