2nd version of the day
This commit is contained in:
parent
568c7a4342
commit
f8e85eec79
15 changed files with 116 additions and 7 deletions
11
ressources/baikal/debian/baikal-apache.conf
Normal file
11
ressources/baikal/debian/baikal-apache.conf
Normal file
|
@ -0,0 +1,11 @@
|
|||
<VirtualHost *:80>
|
||||
servername dav.domaine.com
|
||||
ServerAdmin admin@domaine.fr
|
||||
DocumentRoot /usr/share/baikal/html/
|
||||
|
||||
<directory /usr/share/baikal/html/>
|
||||
Options FollowSymLinks
|
||||
AllowOverride None
|
||||
Require all granted
|
||||
</directory>
|
||||
</VirtualHost>
|
Loading…
Add table
Add a link
Reference in a new issue