mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 13:40:17 +00:00
Add 'roles/webserver/files/etc/apache2/sites-available/lists.thunix.net.conf'
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<VirtualHost *:80>
|
||||
ServerAdmin webmaster@thunix.net
|
||||
ServerName lists.thunix.net
|
||||
DocumentRoot /var/www/lists.thunix.net
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
<Directorymatch "^/.*/\.git/">
|
||||
Order deny,allow
|
||||
Deny from all
|
||||
</Directorymatch>
|
||||
</VirtualHost>
|
||||
|
||||
#<IfModule mod_ssl.c>
|
||||
# <VirtualHost *:443>
|
||||
# ServerAdmin webmaster@thunix.net
|
||||
# ServerName lists.thunix.net
|
||||
# DocumentRoot /var/www/lists.thunix.net
|
||||
# ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
# CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
# <Directorymatch "^/.*/\.git/">
|
||||
# Order deny,allow
|
||||
# Deny from all
|
||||
# </Directorymatch>
|
||||
# SSLCertificateFile /etc/letsencrypt/live/lists.thunix.net/fullchain.pem
|
||||
# SSLCertificateKeyFile /etc/letsencrypt/live/lists.thunix.net/privkey.pem
|
||||
# Include /etc/letsencrypt/options-ssl-apache.conf
|
||||
#</VirtualHost>
|
||||
#</IfModule>
|
||||
Reference in New Issue
Block a user