From 4f89b24a9dbff5ca64fb7c65c86260ec45323403 Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Tue, 14 May 2019 14:13:29 -0400 Subject: [PATCH] Update 'roles/webserver/files/etc/apache2/sites-available/ftp.thunix.cf.conf' --- .../apache2/sites-available/ftp.thunix.cf.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 index 0ae1a48..8a0b097 100644 --- a/roles/webserver/files/etc/apache2/sites-available/ftp.thunix.cf.conf +++ b/roles/webserver/files/etc/apache2/sites-available/ftp.thunix.cf.conf @@ -8,6 +8,14 @@ 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 + @@ -21,6 +29,14 @@ 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