diff --git a/assets/drupal-ssl-decoupled.nginxconf b/assets/drupal-ssl-decoupled.nginxconf index 4616ae9..d846a75 100644 --- a/assets/drupal-ssl-decoupled.nginxconf +++ b/assets/drupal-ssl-decoupled.nginxconf @@ -89,7 +89,7 @@ server { #fastcgi_param DOCUMENT_ROOT /var/www/enfrancais.fr/api; # fastcgi_buffer_size 16k; # fastcgi_buffers 4 16k; - fastcgi_pass unix:/run/php/php7.4-fpm.sock; + fastcgi_pass unix:/run/php/php8.2-fpm.sock; } location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg)$ { diff --git a/assets/drupal-ssl.nginxconf b/assets/drupal-ssl.nginxconf index bfbb5ef..0295e57 100644 --- a/assets/drupal-ssl.nginxconf +++ b/assets/drupal-ssl.nginxconf @@ -116,7 +116,7 @@ server { fastcgi_intercept_errors on; # fastcgi_buffer_size 16k; # fastcgi_buffers 4 16k; - fastcgi_pass unix:/run/php/php7.4-fpm.sock; + fastcgi_pass unix:/run/php/php8.2-fpm.sock; } # Fighting with Styles? This little gem is amazing. # location ~ ^/sites/.*/files/imagecache/ { # For Drupal <= 6 diff --git a/assets/drupal.nginxconf b/assets/drupal.nginxconf index ba87d67..0291243 100644 --- a/assets/drupal.nginxconf +++ b/assets/drupal.nginxconf @@ -92,7 +92,7 @@ server { fastcgi_intercept_errors on; # fastcgi_buffer_size 16k; # fastcgi_buffers 4 16k; - fastcgi_pass unix:/run/php/php7.4-fpm.sock; + fastcgi_pass unix:/run/php/php8.2-fpm.sock; } # Fighting with Styles? This little gem is amazing. # location ~ ^/sites/.*/files/imagecache/ { # For Drupal <= 6 diff --git a/assets/nginx-phpmyadmin.conf b/assets/nginx-phpmyadmin.conf index 1060f3a..a671f7f 100644 --- a/assets/nginx-phpmyadmin.conf +++ b/assets/nginx-phpmyadmin.conf @@ -22,7 +22,7 @@ server { } location ~ \.php$ { - fastcgi_pass unix:/run/php/php7.4-fpm.sock; + fastcgi_pass unix:/run/php/php8.2-fpm.sock; fastcgi_index index.php; include fastcgi_params; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;