1
0

r.sock changed to sock in nginx.conf.

This commit is contained in:
Alexander Andreev 2023-02-07 02:25:18 +04:00
parent 0ff8f4310e
commit af40ccfd2c
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F

View File

@ -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;