mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-26 05:50:19 +00:00
Update 'roles/webserver/files/etc/apache2/sites-available/ftp.thunix.cf.conf'
This commit is contained in:
@@ -8,6 +8,14 @@
|
|||||||
Order deny,allow
|
Order deny,allow
|
||||||
Deny from all
|
Deny from all
|
||||||
</Directorymatch>
|
</Directorymatch>
|
||||||
|
<Directory /var/www/ftp.thunix.cf>
|
||||||
|
IndexOptions FancyIndexing NameWidth=* FoldersFirst ScanHTMLTitles DescriptionWidth=*
|
||||||
|
HeaderName HEADER.html
|
||||||
|
ReadmeName README.html
|
||||||
|
AllowOverride FileInfo Indexes
|
||||||
|
Options Indexes SymLinksIfOwnerMatch FollowSymLinks
|
||||||
|
ErrorDocument 404 default
|
||||||
|
</Directory>
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
||||||
<IfModule mod_ssl.c>
|
<IfModule mod_ssl.c>
|
||||||
@@ -21,6 +29,14 @@
|
|||||||
Order deny,allow
|
Order deny,allow
|
||||||
Deny from all
|
Deny from all
|
||||||
</Directorymatch>
|
</Directorymatch>
|
||||||
|
<Directory /var/www/ftp.thunix.cf>
|
||||||
|
IndexOptions FancyIndexing NameWidth=* FoldersFirst ScanHTMLTitles DescriptionWidth=*
|
||||||
|
HeaderName HEADER.html
|
||||||
|
ReadmeName README.html
|
||||||
|
AllowOverride FileInfo Indexes
|
||||||
|
Options Indexes SymLinksIfOwnerMatch FollowSymLinks
|
||||||
|
ErrorDocument 404 default
|
||||||
|
</Directory>
|
||||||
SSLCertificateFile /etc/letsencrypt/live/ftp.thunix.cf/fullchain.pem
|
SSLCertificateFile /etc/letsencrypt/live/ftp.thunix.cf/fullchain.pem
|
||||||
SSLCertificateKeyFile /etc/letsencrypt/live/ftp.thunix.cf/privkey.pem
|
SSLCertificateKeyFile /etc/letsencrypt/live/ftp.thunix.cf/privkey.pem
|
||||||
Include /etc/letsencrypt/options-ssl-apache.conf
|
Include /etc/letsencrypt/options-ssl-apache.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user