From: mhoellein Date: Wed, 8 Jul 2020 12:45:23 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=f7645ebab1db2c8486956ad0ef54ce90ca79e96d;p=vserver saving uncommitted changes in /etc prior to apt run --- diff --git a/.etckeeper b/.etckeeper index 6c6b78451..cf7f81318 100755 --- a/.etckeeper +++ b/.etckeeper @@ -465,6 +465,7 @@ maybe chmod 0644 'apache2/sites-available/http_hoellein.online.conf' maybe chmod 0644 'apache2/sites-available/http_nextcloud.conf' maybe chmod 0644 'apache2/sites-available/http_siedlerverein.conf' maybe chmod 0644 'apache2/sites-available/https_siederverein.conf' +maybe chmod 0644 'apache2/sites-available/incinga2.conf' maybe chmod 0644 'apache2/sites-available/mail.hoellein.online.conf' maybe chmod 0644 'apache2/sites-available/nextcloud.conf' maybe chmod 0644 'apache2/sites-available/nextcloud_siedlerverein.conf' diff --git a/apache2/sites-available/incinga2.conf b/apache2/sites-available/incinga2.conf new file mode 100644 index 000000000..ed488ddbf --- /dev/null +++ b/apache2/sites-available/incinga2.conf @@ -0,0 +1,35 @@ + + + Header set Referrer-Policy "no-referrer" + ServerAdmin admin@hoellein.online + DocumentRoot /var/www/icinga2/ + ServerName icinga.hoellein.online + ServerAlias www.icinga2.hoellein.online + + Options FollowSymLinks + AllowOverride all + + + Require all denied + Satisfy All + + + # Possible values include: debug, info, notice, warn, error, crit, + # alert, emerg. + LogLevel debug + ErrorLog ${APACHE_LOG_DIR}/icinga2.hoellein.online_error.log + CustomLog ${APACHE_LOG_DIR}/icinga2.hoellein.online.log combined + + # SSL Engine Switch: + # Enable/Disable SSL for this virtual host. + SSLEngine on + SSLProtocol all -SSLv2 -SSLv3 + + SSLOptions +StdEnvVars + + Include /etc/letsencrypt/options-ssl-apache.conf + SSLCertificateFile /etc/letsencrypt/live/icinga2.hoellein.online/fullchain.pem + SSLCertificateKeyFile /etc/letsencrypt/live/icinga2.hoellein.online/privkey.pem + + + diff --git a/apache2/sites-enabled/incinga2.conf b/apache2/sites-enabled/incinga2.conf new file mode 120000 index 000000000..63f00fb99 --- /dev/null +++ b/apache2/sites-enabled/incinga2.conf @@ -0,0 +1 @@ +../sites-available/incinga2.conf \ No newline at end of file