Page 1 of 1

Eve-ng with Nginx reverse proxy

Posted: Sun Nov 03, 2024 11:21 am
by Crust3000
Hello all,

I'm trying to setup NMP as reverse proxy for Eveng, but I can't understand what I'm missing. I followed the instructions on this post viewtopic.php?f=5&t=18359&p=33667&hilit=nginx#p33667 but unfortunatelly when I reach the login page, insert the credential and try to login, nothing happen. Here the screens of my configurations. Just to point out, duckdns is used to have ssl cert, the URL is not reachable from the Internet.
Screenshot 2024-11-03 at 12-16-01 Nginx Proxy Manager.png
Screenshot 2024-11-03 at 12-16-50 Nginx Proxy Manager.png
Screenshot 2024-11-03 at 12-17-04 Nginx Proxy Manager.png
Can someone help me with this?

Thanks!

Re: Eve-ng with Nginx reverse proxy

Posted: Sun Nov 03, 2024 11:49 am
by Crust3000
Just noticed that if I put the right credential and click "Sign in", even if nothing happens, if I change https://URL/#/login to https://URL/#/main, I can login to the appliance. So now the point is to understand how to redirect automatically to #/main when "Sign in"button is clicked. I'm not an expert about reverse proxy :)

Re: Eve-ng with Nginx reverse proxy

Posted: Thu Apr 03, 2025 4:51 am
by Lucasmit
Crust3000 wrote:
Sun Nov 03, 2024 11:21 am
Hello all,

I'm trying to setup NMP as reverse proxy for Eveng, but I can't understand what I'm missing. I followed the instructions on this post viewtopic.php?f=5&t=18359&p=33667&hilit=nginx#p33667Snow Road but unfortunatelly when I reach the login page, insert the credential and try to login, nothing happen. Here the screens of my configurations. Just to point out, duckdns is used to have ssl cert, the URL is not reachable from the Internet.

Can someone help me with this?

Thanks!
Since the application uses hash routing, make sure your reverse proxy configuration allows the correct headers and responses for JavaScript to function properly. Review your CORS settings and make sure they are set correctly.