Proxypass the ispconfig panel

Discussion in 'ISPConfig 3 Priority Support' started by medo, Apr 12, 2018.

  1. medo

    medo Member

    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 !
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  3. medo

    medo Member

    OK, why not. Which one is the original vhost master template to create a custom conf ? never done that before, thank you.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  5. Frankenstein

    Frankenstein Member

  6. till

    till Super Moderator Staff Member ISPConfig Developer

    yes.
     
    Frankenstein likes this.

Share This Page