web: upgrade for bullseye

This commit is contained in:
Markus 2021-09-03 20:06:32 +02:00
parent 4d67b3fc6e
commit 6b3f6ae80b
2 changed files with 3 additions and 3 deletions

View File

@ -80,7 +80,7 @@ server {
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_pass unix:/var/run/php/php7.3-fpm.sock;
fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;
fastcgi_intercept_errors on;
}
}

View File

@ -35,5 +35,5 @@
file: src=/etc/nginx/sites-available/www dest=/etc/nginx/sites-enabled/www state=link
notify: Restart nginx
- name: Start php7.3-fpm
service: name=php7.3-fpm state=started enabled=yes
- name: Start php7.4-fpm
service: name=php7.4-fpm state=started enabled=yes