mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 22:41:59 +01:00
9f88690359
Signed-off-by: Janos SUTO <sj@acts.hu>
16 lines
308 B
Plaintext
16 lines
308 B
Plaintext
<VirtualHost *:80>
|
|
ServerName HOSTNAME
|
|
|
|
DocumentRoot "/var/piler/www"
|
|
|
|
<Directory /var/piler/www>
|
|
Require all granted
|
|
|
|
AllowOverride all
|
|
</Directory>
|
|
|
|
ErrorLog "/var/log/apache2/HOSTNAME-error_log"
|
|
CustomLog "/var/log/apache2/HOSTNAME-access_log" common
|
|
</VirtualHost>
|
|
|