Last active
December 10, 2015 15:29
-
-
Save mariusv/4455064 to your computer and use it in GitHub Desktop.
vhost for girlybookclub.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<VirtualHost *> | |
ServerAdmin [email protected] | |
ServerName | |
ServerAlias *.girlybookclub.com www.girlybookclub.com | |
DirectoryIndex index.html index.htm index.php | |
DocumentRoot /home/tgbc/girlybookclub/ | |
<Directory /home/tgbc/girlybookclub/> | |
Options Indexes FollowSymLinks MultiViews | |
AllowOverride All | |
Order allow,deny | |
Allow from all | |
</Directory> | |
ErrorLog /var/log/apache2/mariusv.com/girlybookclub_error.log | |
CustomLog /var/log/apache2/mariusv.com/girlybookclub_access.log combined | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment