Skip to content

Commit

Permalink
- Update Nginx default.conf for PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colinwilson committed Jan 27, 2021
1 parent dbb3a8a commit 9fe75a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ server {
location ~ \.php$ {
try_files $uri =404;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass unix:/run/php/php7.4-fpm.sock;
fastcgi_pass unix:/run/php/php8.0-fpm.sock;
fastcgi_index index.php;
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
Expand Down

0 comments on commit 9fe75a1

Please sign in to comment.