Open joaogsleite opened 1 year ago
I Just redirect incoming traffic on localhost:81 for domain.com(SSL)
localhost:81 > domain.com
Force SSL
Manager available from my domain.com SSL
I've setup forwarding
<mydomain>/nginx
tolocalhost:81
but I'm not able to use Nginx Proxy Manager Admin Interface because all static files (CSS, JS, etc) are being loaded from<mydomain>/filename
and not from<mydomain>/nginx/filename
.There should be an option to set the basepath for the admin interface so that all static files are loaded from
<domain>/<basepath>/...
You can try to use rewrite rules.
The problem is not related with forwarding rules. The problem is related with the way frontend loads the static files.
I want to serve Nginx Proxy Manager interface from mydomain.com/mypath
and not mydomain.com
.
Please check this screenshot from the Chrome Console.
There should be an option to set basepath for Nginx Proxy Manager Interface so that static files are loaded from /<basepath>
and not from /
. (Example: /<basepath>/css/main.css?v=2.9.19
instead of /css/main.css?v=2.9.19
)
Issue is now considered stale. If you want to keep it open, please comment :+1:
Well, I am no longer using NPM (partly because of this issue), but I consider this problem as important, and thus needing to be addressed.
Issue is now considered stale. If you want to keep it open, please comment :+1:
I've setup forwarding
<mydomain>/nginx
tolocalhost:81
but I'm not able to use Nginx Proxy Manager Admin Interface because all static files (CSS, JS, etc) are being loaded from<mydomain>/filename
and not from<mydomain>/nginx/filename
.There should be an option to set the basepath for the admin interface so that all static files are loaded from
<domain>/<basepath>/...