Skip to content

Commit

Permalink
http conf
Browse files Browse the repository at this point in the history
  • Loading branch information
gcferraria committed Dec 29, 2018
1 parent f2c625f commit 81013b2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
File renamed without changes.
10 changes: 10 additions & 0 deletions http.macos.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<VirtualHost *:80>
ServerAdmin webmaster@localhost
ServerName www.dev.gpanel.pt
ServerAlias dev.gpanel.pt
DocumentRoot /Users/gcferraria/Sites/gpanel/public_html/admin

<Directory /Users/gcferraria/Sites/gpanel/public_html/admin>
AllowOverride All
</Directory>
</VirtualHost>

0 comments on commit 81013b2

Please sign in to comment.