Skip to content

Commit 88eb7e2

Browse files
committed
Fixed panel nginx template
1 parent ce0e1e5 commit 88eb7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ server {
6060

6161
location ~ \.php$ {
6262
include snippets/fastcgi-php.conf;
63-
fastcgi_pass unix:/var/run/php/php7.4-fpm-{USER}.sock;
63+
fastcgi_pass unix:/var/run/php/php8.0-fpm-{USER}.sock;
6464
}
6565

6666
location ~ /\.(?!well-known).* {

0 commit comments

Comments
 (0)