Open coanghel opened 1 year ago
Issue is now considered stale. If you want to keep it open, please comment :+1:
👍
I would think that any proxy caching should differentiate based on the location, but I'm not sure what NPM is actually doing when that toggle is on.
Not sure the cause of your specific situation, but that button seems to turn this on:
Issue is now considered stale. If you want to keep it open, please comment :+1:
Checklist
jc21/nginx-proxy-manager:latest
docker image?Describe the bug
When nesting two react apps such that www.example.com points to react-app-1 and www.example.com/app points to react-app-2, the Nginx Proxy Manager proxy host only works if "cache assets" is disabled.
Nginx Proxy Manager Version
2.10.3
To Reproduce Steps to reproduce the behavior:
Expected behavior
I would think that any proxy caching should differentiate based on the location, but I'm not sure what NPM is actually doing when that toggle is on.
Operating System
Running latest docker image. Docker environment is on Ubuntu server jammy.
Additional context
I put a bit more details and screenshots in this SO question.