f.sock socket file was renamed to just sock.
This commit is contained in:
parent
17e346f3b6
commit
38b5e6ae6e
@ -23,7 +23,7 @@ server {
|
||||
|
||||
|
||||
location / {
|
||||
proxy_pass http://unix:/var/run/dwelling-files/f.sock;
|
||||
proxy_pass http://unix:/var/run/dwelling-files/sock;
|
||||
|
||||
proxy_set_header X-Client-Timezone "$gi2_location_tz";
|
||||
proxy_set_header Host $host;
|
||||
|
@ -6,7 +6,7 @@ After=network-online.target
|
||||
Type=simple
|
||||
Restart=on-failure
|
||||
DynamicUser=yes
|
||||
ExecStart=/usr/bin/dwelling-files -path /srv/ftp -listen /var/run/dwelling-files/f.sock
|
||||
ExecStart=/usr/bin/dwelling-files -path /srv/ftp -listen /var/run/dwelling-files/sock
|
||||
|
||||
ReadOnlyPaths=/
|
||||
NoExecPaths=/
|
||||
|
Loading…
Reference in New Issue
Block a user