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 deleted file mode 100644 index 8709e3e..0000000 --- a/roles/webserver/files/etc/apache2/sites-available/ftp.thunix.cf.conf +++ /dev/null @@ -1,44 +0,0 @@ - - ServerAdmin webmaster@thunix.net - ServerName ftp.thunix.cf - DocumentRoot /var/www/ftp.thunix.cf - ErrorLog ${APACHE_LOG_DIR}/error.log - CustomLog ${APACHE_LOG_DIR}/access.log combined - - Order deny,allow - Deny from all - - - IndexOptions FancyIndexing NameWidth=* FoldersFirst ScanHTMLTitles DescriptionWidth=* - HeaderName HEADER.html - ReadmeName README.html - AllowOverride FileInfo Indexes - Options Indexes SymLinksIfOwnerMatch FollowSymLinks - ErrorDocument 404 default - - - - - - ServerAdmin webmaster@thunix.net - ServerName ftp.thunix.cf - DocumentRoot /var/www/ftp.thunix.cf - ErrorLog ${APACHE_LOG_DIR}/error.log - CustomLog ${APACHE_LOG_DIR}/access.log combined - - Order deny,allow - Deny from all - - - IndexOptions FancyIndexing NameWidth=* FoldersFirst ScanHTMLTitles DescriptionWidth=* - HeaderName HEADER.html - ReadmeName README.html - AllowOverride FileInfo Indexes - Options Indexes SymLinksIfOwnerMatch FollowSymLinks - ErrorDocument 404 default - - SSLCertificateFile /etc/letsencrypt/live/ftp.thunix.cf/fullchain.pem - SSLCertificateKeyFile /etc/letsencrypt/live/ftp.thunix.cf/privkey.pem - Include /etc/letsencrypt/options-ssl-apache.conf - -