Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 334 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 334 Bytes

Example Apache Config

<VirtualHost *:80> ServerName geoloqi.dev

DocumentRoot "/var/www/geoloqi.com"
<Directory "/var/www/geoloqi.com">
	Options +FollowSymLinks
	AllowOverride all
	allow from all
</Directory>

License

Copyright 2010 by Geoloqi.com and contributors

See LICENSE