We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to set other nginx.conf file for Silex framework?
The text was updated successfully, but these errors were encountered:
you can specify some files to include in the nginx config: https://github.com/CHH/heroku-buildpack-php#nginx-includes
Sorry, something went wrong.
but, how to exclude these lines?
https://github.com/CHH/heroku-buildpack-php/blob/master/conf/nginx/silex.conf.erb
#return 404 for all php files as we do have a front controller location ~ \.php$ { return 404; }
have a solution?
No branches or pull requests
how to set other nginx.conf file for Silex framework?
The text was updated successfully, but these errors were encountered: