We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d28d1 commit b829e43Copy full SHA for b829e43
config/conf.d/default.conf
@@ -29,7 +29,6 @@ server {
29
fastcgi_split_path_info ^(.+\.php)(/.+)$;
30
fastcgi_pass unix:/run/php-fpm.sock;
31
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
32
- fastcgi_param SCRIPT_NAME $fastcgi_script_name;
33
fastcgi_index index.php;
34
include fastcgi_params;
35
}
0 commit comments