docker-invoiceplane
docker-invoiceplane copied to clipboard
Missing error pages for nginx
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.