Skip to content

Commit

Permalink
Update hirsute.conf
Browse files Browse the repository at this point in the history
Fix invalid path
  • Loading branch information
curtishall authored Jun 13, 2021
1 parent e0256c1 commit 10d3d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx-configs/php/hirsute.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
location ~ \.php$ {
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass unix:/var/run/php7.4-fpm.sock;
fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;
fastcgi_index index.php;
include fastcgi.conf;
}
Expand Down

0 comments on commit 10d3d75

Please sign in to comment.