created content types (and feature)
updated video filter
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user