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