Update 'roles/webserver/files/etc/apache2/sites-available/ftp.thunix.net-le-ssl.conf'
This commit is contained in:
parent
4f89b24a9d
commit
9b74c799cc
|
@ -9,7 +9,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>
|
||||||
|
|
||||||
Include /etc/letsencrypt/options-ssl-apache.conf
|
Include /etc/letsencrypt/options-ssl-apache.conf
|
||||||
SSLCertificateFile /etc/letsencrypt/live/ftp.thunix.cf/fullchain.pem
|
SSLCertificateFile /etc/letsencrypt/live/ftp.thunix.cf/fullchain.pem
|
||||||
|
|
Loading…
Reference in New Issue