Skip to content

Commit 4c179ee

Browse files
authored
Merge pull request #4867 from valentinxxx/nginx-fastcgi_split_path_info
[5.7] Remove fastcgi_split_path_info from nginx config
2 parents c52f8d9 + 9f0c729 commit 4c179ee

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)