We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce0e1e5 commit 88eb7e2Copy full SHA for 88eb7e2
templates/nginx.conf
@@ -60,7 +60,7 @@ server {
60
61
location ~ \.php$ {
62
include snippets/fastcgi-php.conf;
63
- fastcgi_pass unix:/var/run/php/php7.4-fpm-{USER}.sock;
+ fastcgi_pass unix:/var/run/php/php8.0-fpm-{USER}.sock;
64
}
65
66
location ~ /\.(?!well-known).* {
0 commit comments