Rename link to target directory

This commit is contained in:
Blade of Darkness 2020-12-16 13:17:38 +01:00
parent 5d1bc28ff1
commit 09eff5b268
1 changed files with 4 additions and 4 deletions

View File

@ -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
<Directorymatch "^/.*/\.git/">
Order deny,allow
Deny from all
</Directorymatch>
<Directory /var/www/ftp.thunix.cf>
<Directory /var/ftp>
IndexOptions FancyIndexing NameWidth=* FoldersFirst ScanHTMLTitles DescriptionWidth=*
HeaderName HEADER.html
ReadmeName README.html
@ -22,14 +22,14 @@
<VirtualHost *:443>
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
<Directorymatch "^/.*/\.git/">
Order deny,allow
Deny from all
</Directorymatch>
<Directory /var/www/ftp.thunix.cf>
<Directory /var/ftp>
IndexOptions FancyIndexing NameWidth=* FoldersFirst ScanHTMLTitles DescriptionWidth=*
HeaderName HEADER.html
ReadmeName README.html