mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-21 03:40:17 +00:00
lukewarmcat.codes.conf
Adding my own website.
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
<VirtualHost *:80>
|
||||||
|
ServerAdmin lukewarmcat@riseup.net
|
||||||
|
ServerName lukewarmcat.codes
|
||||||
|
DocumentRoot /home/lukewarmcat/public_html
|
||||||
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||||
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||||
|
<Directorymatch "^/.*/\.git/">
|
||||||
|
Order deny,allow
|
||||||
|
Deny from all
|
||||||
|
</Directorymatch>
|
||||||
|
</VirtualHost>
|
||||||
Reference in New Issue
Block a user