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

Missing error pages for nginx #24

Open
noplanman opened this issue Aug 30, 2018 · 0 comments
Open

Missing error pages for nginx #24

noplanman opened this issue Aug 30, 2018 · 0 comments

Comments

@noplanman
Copy link

The error pages assigned in the nginx config don't exist in the container, so whenever there is a 404 or 50x error, it automatically gives the standard nginx 404 error page.

nginx error log:

[error] 50#50: *24 open() "/usr/share/nginx/html/50x.html" failed (2: No such file or directory), client: 172.18.0.11, server: localhost, request: "GET /invoices/generate_pdf/1 HTTP/1.1", upstream: "fastcgi://172.18.0.13:9000", host: "example.com", referrer: "https://example.com/invoices/view/1"

I think the best option would be to simply remove the error page definitions and let InvoicePlane handle them with their internal error messages.

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

1 participant