Skip to content

Commit

Permalink
Update cakephp.app.local.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
darensipes authored May 7, 2022
1 parent c259c21 commit eff000e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ server {

# Pass the PHP scripts to FastCGI server
location ~ \.php$ {
fastcgi_pass unix:/run/php/php8.0-fpm.sock;
fastcgi_pass unix:/run/php/php8.1-fpm.sock;
fastcgi_index index.php;
fastcgi_pass_header Set-Cookie;
fastcgi_ignore_headers Cache-Control Expires;
Expand Down

0 comments on commit eff000e

Please sign in to comment.