Skip to content

Commit

Permalink
php 8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chilio committed Oct 22, 2020
1 parent 45c3332 commit d6510b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/nginx-default-site
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ server {
## With php7.0-cgi alone:
#fastcgi_pass 127.0.0.1:9000;
## With php7.0-fpm:
fastcgi_pass unix:/run/php/php7.4-fpm.sock;
fastcgi_pass unix:/run/php/php8.0-fpm.sock;
}


Expand Down

0 comments on commit d6510b2

Please sign in to comment.