Hi, I would like to open the panel with this url https://manager.xxx.com So I created a website and added a bloc : location / { proxy_pass https://127.0.0.1:8080 } the identification page is ok, but 404 when I try to log in, what am i missing ? Thanks !
Instead of using a reverse proxy, I would just change the port in the ispconfig vhost file to 443 and add a ServerName line for the domain instead. You have to create a custom vhost master template for the ispconfig vhost then too, to make it update safe.
OK, why not. Which one is the original vhost master template to create a custom conf ? never done that before, thank you.
The file is install/tpl/nginx_ispconfig.vhost.master in the ISPConfig tar.gz file which needs to be modified and copied to /usr/local/ispconfig/server/conf-custom/install/ to make the changes update safe.
Can i configure it like here on the second step: https://www.howtoforge.com/communit...3-https-le-cert-auto-renew.80122/#post-379659 Copy it to /usr/local/ispconfig/server/conf-custom/install/ and everytime i update ISPConfig the vhost would written again like saved?