From 3f1a9fcecdc314476cebb18932a94687e5556cf2 Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Sun, 24 Feb 2019 20:18:43 -0500 Subject: [PATCH] Add 'roles/webserver/files/etc/apache2/sites-available/forums.thunix.net.conf' --- .../sites-available/forums.thunix.net.conf | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 roles/webserver/files/etc/apache2/sites-available/forums.thunix.net.conf diff --git a/roles/webserver/files/etc/apache2/sites-available/forums.thunix.net.conf b/roles/webserver/files/etc/apache2/sites-available/forums.thunix.net.conf new file mode 100644 index 0000000..0a3025b --- /dev/null +++ b/roles/webserver/files/etc/apache2/sites-available/forums.thunix.net.conf @@ -0,0 +1,28 @@ + + ServerAdmin webmaster@thunix.net + ServerName forums.thunix.net + DocumentRoot /var/www/forums.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 forums.thunix.net +# DocumentRoot /var/www/forums.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/forums.thunix.net/fullchain.pem +# SSLCertificateKeyFile /etc/letsencrypt/live/forums.thunix.net/privkey.pem +# Include /etc/letsencrypt/options-ssl-apache.conf +# +# \ No newline at end of file