vhost for ispconfig seems never updated on CentOS 7
Summary
In 'long running' ISPConfig installations the vhost (file) for ISPconfig itself
is never re-generated, hence contains outdated (template) settings, for example
the old (template) line:
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
Newer nginx vhost template contains the following line instead:
ssl_protocols TLSv1.3 TLSv1.2;
Steps to reproduce
- Install ISPConfig
- run re-sync tool
Correct behaviour
ispconfig.vhost file should be re-generated and updated from template in case of ISPConfig updates or in case of re-sync
Environment
Server OS + version: CentOS7 ISPConfig version: 3.2.3 Software version of the related software: nginx version: nginx/1.20.1