|
|
@@ -26,7 +26,7 @@ http {
|
|
|
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
|
|
fastcgi_pass php:9000;
|
|
|
fastcgi_index index.php;
|
|
|
- include fastcgi_params;
|
|
|
+ include /etc/nginx/fastcgi_params;
|
|
|
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
|
|
fastcgi_param PATH_INFO $fastcgi_path_info;
|
|
|
}
|