diff --git a/roles/webserver/files/etc/apache2/sites-available/ftp.thunix.net.conf b/roles/webserver/files/etc/apache2/sites-available/ftp.thunix.net.conf index 046cfb95..00c10012 100644 --- a/roles/webserver/files/etc/apache2/sites-available/ftp.thunix.net.conf +++ b/roles/webserver/files/etc/apache2/sites-available/ftp.thunix.net.conf @@ -2,14 +2,14 @@ ServerAdmin webmaster@thunix.net ServerName ftp.thunix.net ServerAlias ftp.thunixme5v4rnoby.onion - DocumentRoot /var/www/ftp.thunix.cf + DocumentRoot /var/ftp 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 @@ -22,14 +22,14 @@ ServerAdmin webmaster@thunix.net ServerName ftp.thunix.net - DocumentRoot /var/www/ftp.thunix.cf + DocumentRoot /var/ftp 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