From 87e613a0ff350d07681afa1ce8d2c06d91b3f6d6 Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Mon, 28 Jan 2019 11:10:56 -0500 Subject: [PATCH] Add 'roles/webserver/files/etc/apache2/sites-available/ftp.thunix.cf.conf' --- .../etc/apache2/sites-available/ftp.thunix.cf.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 roles/webserver/files/etc/apache2/sites-available/ftp.thunix.cf.conf diff --git a/roles/webserver/files/etc/apache2/sites-available/ftp.thunix.cf.conf b/roles/webserver/files/etc/apache2/sites-available/ftp.thunix.cf.conf new file mode 100644 index 0000000..9d70d4c --- /dev/null +++ b/roles/webserver/files/etc/apache2/sites-available/ftp.thunix.cf.conf @@ -0,0 +1,11 @@ + + ServerAdmin amcclure@ttm.sh + ServerName thunix.cf + DocumentRoot /var/www/thunix.cf + ErrorLog ${APACHE_LOG_DIR}/error.log + CustomLog ${APACHE_LOG_DIR}/access.log combined + + Order deny,allow + Deny from all + + \ No newline at end of file