Skip to content

Commit 9f0c729

Browse files
author
Szekeres Bálint
committed
removed fastcgi_split_path_info from nginx deployment
1 parent aa81ffa commit 9f0c729

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deployment.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ If you are deploying your application to a server that is running Nginx, you may
4545
error_page 404 /index.php;
4646

4747
location ~ \.php$ {
48-
fastcgi_split_path_info ^(.+\.php)(/.+)$;
4948
fastcgi_pass unix:/var/run/php/php7.2-fpm.sock;
5049
fastcgi_index index.php;
5150
include fastcgi_params;

0 commit comments

Comments
 (0)