15 lines
428 B
Plaintext
15 lines
428 B
Plaintext
<Virtualhost *:80>
|
|
DocumentRoot /mnt/Data/bach/Sites/clameurs.org
|
|
ServerName dev.clameurs.org
|
|
ServerAdmin bachir@g-u-i.me
|
|
ErrorLog "/var/log/httpd/clameurs-error_log"
|
|
CustomLog "/var/log/httpd/clameurs-access_log" common
|
|
<Directory "/mnt/Data/bach/Sites/clameurs.org">
|
|
Require all granted
|
|
Options -FollowSymlinks +Indexes -MultiViews
|
|
AllowOverride All
|
|
</Directory>
|
|
</Virtualhost>
|
|
|
|
|