You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My problem start in php-fpm.conf, with this heroku log:
FastCGI sent in stderr: "Access to the script '/app/index.php/projeto' has been denied (see security.limit_extensions)" while reading response header from upstream
I already did this:
security.limit_extensions = FALSE
But doesn't work. I'm afraid that the php-fpm doesn't reading the php-fpm.conf file, am i right?
Thank's
The text was updated successfully, but these errors were encountered:
Hello, how are u?
i'm trying to put this buildpack to work with YII (composer).
I have some doubts:
The composer vendor folders is vendor/?
Do i need to give a specific name to my conf files?
conf/
conf/nginx/
conf/nginx/default_site.conf.rb
conf/php/
conf/php/newrelic.ini
conf/php/php-fpm.conf
conf/php/php.ini
Can be this name?
My problem start in php-fpm.conf, with this heroku log:
FastCGI sent in stderr: "Access to the script '/app/index.php/projeto' has been denied (see security.limit_extensions)" while reading response header from upstream
I already did this:
security.limit_extensions = FALSE
But doesn't work. I'm afraid that the php-fpm doesn't reading the php-fpm.conf file, am i right?
Thank's
The text was updated successfully, but these errors were encountered: