-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[HttpKernel] Logger makes nginx choke #38462
New issue
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
Labels
Comments
I do not have the environment to test it but as docker-library/php#878 (comment) says, disabling |
|
@n0099 no need for a hack: disabling |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Symfony version(s) affected: probably every including #36855
Description
Now that HttpKernel’s logger uses
error_log
by default, it will make nginx choke withif it sends some, using the default php-fpm and nginx docker images.
How to reproduce
composer create-project symfony/skeleton symfony cd symfony
docker-compose.yml
www.conf
domain.test
resolve to 127.0.0.1The text was updated successfully, but these errors were encountered: