From: root Date: Thu, 1 Nov 2018 05:25:12 +0000 (+0100) Subject: daily autocommit X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=2964118c25c898d61b676d9c565ed20c7713da7a;p=vserver daily autocommit --- diff --git a/.etckeeper b/.etckeeper index b3047fc35..72484cac7 100755 --- a/.etckeeper +++ b/.etckeeper @@ -224,6 +224,7 @@ maybe chmod 0644 'apache2/sites-available/000-default.conf' maybe chmod 0644 'apache2/sites-available/default-ssl.conf' maybe chmod 0644 'apache2/sites-available/hoellein.online.conf' maybe chmod 0644 'apache2/sites-available/nextcloud.conf' +maybe chmod 0644 'apache2/sites-available/nextcloud_siedlerverein.conf' maybe chmod 0644 'apache2/sites-available/siedlerverein.conf' maybe chmod 0644 'apache2/sites-available/siedlerverein_local.conf' maybe chmod 0755 'apache2/sites-enabled' diff --git a/apache2/sites-available/nextcloud_siedlerverein.conf b/apache2/sites-available/nextcloud_siedlerverein.conf new file mode 100644 index 000000000..bc9b9e9b2 --- /dev/null +++ b/apache2/sites-available/nextcloud_siedlerverein.conf @@ -0,0 +1,63 @@ + + Header always set Strict-Transport-Security "max-age=15552000; includeSubDomains; preload" + + + + Header set Referrer-Policy "no-referrer" + ServerAdmin webmaster@localhost + DocumentRoot /var/www/nextcloud_siedlerverein/ + ServerName nextcloud.siedlerverein-wittgensdorf.de:443 + + Options FollowSymLinks + AllowOverride all + + + SetEnv HOME /var/www/nextcloud_siedlerverein + SetEnv HTTP_HOME /var/www/nextcloud_siedlerverein + Options Indexes FollowSymLinks MultiViews + AllowOverride All +# Order allow,deny +# allow from all + Require all granted + + +# Order allow,deny +# Deny from all + Require all denied + Satisfy All + + RewriteEngine on + ScriptAlias /cgi-bin/ /var/www/nextcloud_siedlerverein/cgi-bin/ + + AllowOverride None + Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch +# Order allow,deny +# Allow from all + Require all granted + + + + # Possible values include: debug, info, notice, warn, error, crit, + # alert, emerg. + LogLevel debug + ErrorLog ${APACHE_LOG_DIR}/nextcloud.siedlerverein-wittgensdorf.de_error.log + CustomLog ${APACHE_LOG_DIR}/nextcloud.siedlerverein-wittgensdorf.de combined + + # SSL Engine Switch: + # Enable/Disable SSL for this virtual host. + SSLEngine on + SSLProtocol all -SSLv2 -SSLv3 + + SSLOptions +StdEnvVars + + + SSLOptions +StdEnvVars + + + SSLCertificateFile /etc/letsencrypt/live/nextcloud.hoellein.online/cert.pem + SSLCertificateKeyFile /etc/letsencrypt/live/nextcloud.hoellein.online/privkey.pem + SSLCertificateChainFile /etc/letsencrypt/live/nextcloud.hoellein.online/chain.pem + SSLOpenSSLConfCmd DHParameters /etc/letsencrypt/live/hoellein.online/dhparams_2048.pem + + + diff --git a/apache2/sites-enabled/nextcloud_siedlerverein.conf b/apache2/sites-enabled/nextcloud_siedlerverein.conf new file mode 120000 index 000000000..c43ab9b29 --- /dev/null +++ b/apache2/sites-enabled/nextcloud_siedlerverein.conf @@ -0,0 +1 @@ +../sites-available/nextcloud_siedlerverein.conf \ No newline at end of file