You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you pulled and found the error with jc21/nginx-proxy-manager:latest docker 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
I would like to achieve the following: http://dev.local/ -> http://192.168.178.181:81 http://dev.local/app -> http://192.168.178.181:5000
But when I go to http://dev.local/app, I can see in the dev tools that it is trying to load the .js and .css files as text/html content
When i map http://dev.local/ -> http://192.168.178.181:5000 the page loads and the content type is set correctly
Nginx Proxy Manager Version
v2.11.1
Additional context
When I initially started with custom locations, I received this Problem (Error after updating - map not allowed here) so I used this workaround #3474 (comment)
The text was updated successfully, but these errors were encountered:
Checklist
jc21/nginx-proxy-manager:latest
docker image?Describe the bug
I would like to achieve the following:
http://dev.local/
->http://192.168.178.181:81
http://dev.local/app
->http://192.168.178.181:5000
But when I go to
http://dev.local/app
, I can see in the dev tools that it is trying to load the .js and .css files as text/html contentWhen i map
http://dev.local/
->http://192.168.178.181:5000
the page loads and the content type is set correctlyNginx Proxy Manager Version
v2.11.1
Additional context
When I initially started with custom locations, I received this Problem (Error after updating - map not allowed here) so I used this workaround #3474 (comment)
The text was updated successfully, but these errors were encountered: