mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:27:03 +02:00
fixed apache example config
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
<VirtualHost *:80>
|
||||
ServerName HOSTNAME
|
||||
|
||||
DocumentRoot "/var/www/piler"
|
||||
DocumentRoot "/var/piler/www"
|
||||
|
||||
<Directory /var/www/piler>
|
||||
<Directory /var/piler/www>
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
|
||||
|
Reference in New Issue
Block a user