Skip to content

Commit

Permalink
Create 000-project.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiesenow authored May 5, 2017
1 parent 13d3dbd commit 8af36d8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions 000-project.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<VirtualHost *:80>
ServerAdmin webmaster@localhost

DocumentRoot /project
<Directory /project>
Options FollowSymLinks
AllowOverride All
Order allow,deny
allow from all
</Directory>
</VirtualHost>

0 comments on commit 8af36d8

Please sign in to comment.