mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 13:40:17 +00:00
Update 'roles/webserver/files/etc/apache2/sites-available/ftp.thunix.net.conf'
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<VirtualHost *:80>
|
||||
<VirtualHost *:80 *:443>
|
||||
ServerAdmin webmaster@thunix.net
|
||||
ServerName ftp.thunix.net
|
||||
SSLEngine on
|
||||
DocumentRoot /var/www/ftp.thunix.cf
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
@@ -16,4 +17,6 @@
|
||||
Options Indexes SymLinksIfOwnerMatch FollowSymLinks
|
||||
ErrorDocument 404 default
|
||||
</Directory>
|
||||
</VirtualHost>
|
||||
SSLCertificateFile /etc/letsencrypt/live/thunix.net/fullchain.pem
|
||||
SSLCertificateKeyFile /etc/letsencrypt/live/thunix.net/privkey.pem
|
||||
</VirtualHost>
|
||||
Reference in New Issue
Block a user