Created
June 5, 2014 16:02
-
-
Save leopic/913c03698caa6dce6a55 to your computer and use it in GitHub Desktop.
This file contains 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 *:80> | |
ServerName admin.stealnation.com | |
#ServerName admin.stealnetwork.com | |
ServerAlias www.admin.stealnetwork.com admin.stealnation.com admn.stealnation.com | |
DocumentRoot /Users/leo/work/steals/sites/admin/public | |
Include /etc/apache2/other/shared/php | |
<Directory /Users/leo/work/steals/sites/admin/public> | |
Include /etc/apache2/other/shared/zend_directory | |
</Directory> | |
CustomLog /Users/leo/work/steals/logs/admin-access.log common | |
ErrorLog /Users/leo/work/steals/logs/admin-error.log | |
#Redirect permanent / https://admin.stealnation.com/ | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment