Skip to content

Commit

Permalink
Remove duplicatie SCRIPT_NAME, already defined in fastcgi_params
Browse files Browse the repository at this point in the history
  • Loading branch information
TrafeX committed Jan 1, 2024
1 parent f9d28d1 commit b829e43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/conf.d/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ server {
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass unix:/run/php-fpm.sock;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
fastcgi_index index.php;
include fastcgi_params;
}
Expand Down

0 comments on commit b829e43

Please sign in to comment.