Checklist
- Have you pulled and found the error with
jc21/nginx-proxy-manager:latest docker image?
- Are you sure you're not using someone else's docker image?
- Have you searched for similar issues (both open and closed)?
Describe the bug
I have this code on Advanced tab-> Custom Nginx Configuration that accounts for SPA routes
proxy_intercept_errors on;
error_page 404 = /index.html;
This was working on 2.9.9, upgraded to latest and now I have 404
Nginx Proxy Manager Version
2.9.12
To Reproduce
Steps to reproduce the behavior:
- use SPA routes with this code
Expected behavior
Simple page reload