diff --git a/roles/webserver/files/etc/apache2/sites-available/git.thunix.net.conf b/roles/webserver/files/etc/apache2/sites-available/git.thunix.net.conf new file mode 100644 index 0000000..7aec235 --- /dev/null +++ b/roles/webserver/files/etc/apache2/sites-available/git.thunix.net.conf @@ -0,0 +1,28 @@ + + ServerAdmin webmaster@thunix.net + ServerName git.thunix.net + DocumentRoot /var/www/git.thunix.net + ErrorLog ${APACHE_LOG_DIR}/error.log + CustomLog ${APACHE_LOG_DIR}/access.log combined + + Order deny,allow + Deny from all + + + +# +# +# ServerAdmin webmaster@thunix.net +# ServerName git.thunix.net +# DocumentRoot /var/www/git.thunix.net +# ErrorLog ${APACHE_LOG_DIR}/error.log +# CustomLog ${APACHE_LOG_DIR}/access.log combined +# +# Order deny,allow +# Deny from all +# +# SSLCertificateFile /etc/letsencrypt/live/git.thunix.net/fullchain.pem +# SSLCertificateKeyFile /etc/letsencrypt/live/git.thunix.net/privkey.pem +# Include /etc/letsencrypt/options-ssl-apache.conf +# +# \ No newline at end of file