parent
05985e6be8
commit
5a9c1e05ec
|
@ -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>
|
Loading…
Reference in New Issue