I just broke my ispconfig

Discussion in 'Installation/Configuration' started by MisterRichard, Oct 20, 2022.

  1. MisterRichard

    MisterRichard Member

    I am a bit tired and did something without planning...
    I did this:
    Login to ispconfig and click on the “system” tab.
    On the left hand menu click on “server config”, and then click on your server.
    Go to the “Web” tab and scroll towards the bottom, you will see the “apps vhost” section.
    Apps-vhost should be enabled
    Apps-vhost port: you will need to add the following text, replacing the previous entry of just 8081
    changed the entry to:
    8081 ssl; ssl_certificate /usr/local/ispconfig/interface/ssl/ispserver.crt; ssl_certificate_key /usr/local/ispconfig/interface/ssl/ispserver.key
    Now I am locked out of my ispconfig and the sites are down :(

    Some help please:)

    Richard
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Edit the apps vhost file, which is in /etc/nginx/sites-available/ directory to undo your change manually and then restart ngins.
     
  3. MisterRichard

    MisterRichard Member

    Hi Till
    Thank you for being there :)
    However it is apache, not nginx
     
  4. MisterRichard

    MisterRichard Member

    ahhhhh... found it, thank you Till :) :) :)
    So easy...
    I was dumping the database, trying grep, checking how I can search Mysql... AARGGG
    So elegant, thank you again :)
     

Share This Page