Skip to content
Snippets Groups Projects
Commit 8d4446a5 authored by Cyril L'Orphelin's avatar Cyril L'Orphelin
Browse files

MAJ

parent 1ed30aa4
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,6 @@ server {
}
location ~ ^/index\.php(/|$) {
fastcgi_pass php-upstream;
fastcgi_split_path_info ^(.+\.php)(/.*)$;
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment