mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-24 04:40:19 +00:00
additional fixes for sites-available
This commit is contained in:
@@ -8,5 +8,19 @@
|
||||
<Directorymatch "^/.*/\.git/">
|
||||
Order deny,allow
|
||||
Deny from all
|
||||
</Directorymatch>
|
||||
</Directorymatch>
|
||||
</VirtualHost>
|
||||
<IfModule mod_ssl.c>
|
||||
<VirtualHost *:443>
|
||||
ServerAdmin webmaster@thunix.net
|
||||
ServerName deb.thunix.net
|
||||
ServerAlias deb.thunixme5v4rnoby.onion
|
||||
DocumentRoot /var/www/deb.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>
|
||||
|
||||
Reference in New Issue
Block a user