Skip to content
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

PHP errors return 404 #2

Open
lmartins opened this issue Jul 13, 2015 · 2 comments
Open

PHP errors return 404 #2

lmartins opened this issue Jul 13, 2015 · 2 comments

Comments

@lmartins
Copy link

Have you seen this too or its just my machine?
Whenever I have an error on my code instead of giving the error message nginx is returning a 404.

Thanks.

@lmartins
Copy link
Author

Finally this have bitten me badly. An error with a WordPress update broken my installation and because of what I mention above there's no way to get around it.

Do you happen to know any solution for this?

@devnore
Copy link

devnore commented Aug 6, 2015

The 404 is returned as the 50x.html is not found in your www-root

i fixed the problem in my fork by using newer version of nginx that includes the configuration by default.

(i also switch the base-image to use ubuntu:trusty as this is what i use in my work.

#3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants