Skip to content

Commit 9fe75a1

Browse files
committed
- Update Nginx default.conf for PHP 8.0
1 parent dbb3a8a commit 9fe75a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ server {
4040
location ~ \.php$ {
4141
try_files $uri =404;
4242
fastcgi_split_path_info ^(.+\.php)(/.+)$;
43-
fastcgi_pass unix:/run/php/php7.4-fpm.sock;
43+
fastcgi_pass unix:/run/php/php8.0-fpm.sock;
4444
fastcgi_index index.php;
4545
include fastcgi_params;
4646
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;

0 commit comments

Comments
 (0)