-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed as not planned
Description
Checklist
- Have you pulled and found the error with
jc21/nginx-proxy-manager:latestdocker image?- Yes
- Are you sure you're not using someone else's docker image?
- Yes
- Have you searched for similar issues (both open and closed)?
- Yes
Describe the bug
lets say i have a /about page If i go to MY_SERVER_IP:PORT/ABOUT i will be redirected to MY_SERVER_IP:PORT/about
but if i go to the same page but this time via my website MY_WEBSITE.COM/ABOUT i will get an error: Cannot GET /ABOUT
To Reproduce Steps to reproduce the behavior:
- I'm using a fully static HTML website with only two pages: / and /about . made with node express and HTML
Kegelcizer