misc
This commit is contained in:
@@ -22,7 +22,7 @@ server {
|
||||
}
|
||||
|
||||
location ~ \.php$ {
|
||||
fastcgi_pass unix:/run/php/php7.3-fpm.sock;
|
||||
fastcgi_pass unix:/run/php/php7.4-fpm.sock;
|
||||
fastcgi_index index.php;
|
||||
include fastcgi_params;
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
|
@@ -5,7 +5,7 @@ ConditionPathExists=/usr/local/sbin/urbackupclientbackend
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/local/sbin/urbackupclientbackend -d
|
||||
PIDFile = /var/run/urbackup_srv.pid
|
||||
PIDFile = /run/urbackup_srv.pid
|
||||
TimeoutSec=0
|
||||
|
||||
[Install]
|
||||
|
Reference in New Issue
Block a user