Skip to content

Commit

Permalink
Fixed panel nginx template
Browse files Browse the repository at this point in the history
  • Loading branch information
eppak committed Oct 6, 2021
1 parent ce0e1e5 commit 88eb7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ server {

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

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

0 comments on commit 88eb7e2

Please sign in to comment.