More 7.0 to 7.3 updates
This commit is contained in:
parent
e888412917
commit
396f95b8f8
@ -19,7 +19,7 @@ server {
|
||||
|
||||
location ~ \.php$ {
|
||||
try_files $uri =404;
|
||||
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
|
||||
fastcgi_pass unix:/run/php/php7.3-fpm.sock;
|
||||
fastcgi_index index.php;
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
include fastcgi_params;
|
||||
|
@ -11,7 +11,7 @@ file=/var/run/supervisor.sock
|
||||
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
|
||||
|
||||
[program:php]
|
||||
command=/usr/sbin/php-fpm7.0 --nodaemonize
|
||||
command=/usr/sbin/php-fpm7.3 --nodaemonize
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
redirect_stderr=true
|
||||
|
Reference in New Issue
Block a user