mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-28 13:01:38 +02:00
Update Nginx to PHP 8.3 as default in Ubuntu 24.04
This commit is contained in:
@@ -21,7 +21,7 @@ server {
|
||||
|
||||
location ~* \.php$ {
|
||||
try_files $uri =404;
|
||||
fastcgi_pass unix:/var/run/php/php8.1-fpm-tooloop.sock;
|
||||
fastcgi_pass unix:/var/run/php/php8.3-fpm-tooloop.sock;
|
||||
include fastcgi.conf;
|
||||
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
||||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||
|
||||
Reference in New Issue
Block a user