mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 05:40:17 +00:00
Rename link to target directory
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user