http2 directive nginx changed for latest nginx version

Discussion in 'Developers' Forum' started by joostvdl, Sep 16, 2023.

Tags:
  1. joostvdl

    joostvdl Member

    ahrasis likes this.
  2. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    Thank you for the nice pointer. Temporarily, one can fix the warning manually i.e. via conf-custom option in ISPConfig, until the developers attended the default template. It may not be a handsome approach, but I think it will do for now.
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    We have to adjust the template based on Nginx version. We have a version number variable for apache, but not sure if something like this exists for nginx as well yet. I'll add an issue at git.ispconfig.org
     
  4. joostvdl

    joostvdl Member

    Where can I find and alter the conf-custom option?
     
  5. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    For default: /usr/local/ispconfig/server/conf
    For custom: /usr/local/ispconfig/server/conf-custom

    You will need to copy the master from default to custom folder and then edit it there.
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    You copy /usr/local/ispconfig/server/conf/nginx_vhost.conf.master to /usr/local/ispconfig/server/conf-custom/nginx_vhost.conf.master and then alter the file /usr/local/ispconfig/server/conf-custom/nginx_vhost.conf.master
     

Share This Page