blob: 8eab200766d16705447cde7e684e901f282d84f9 (
plain)
1
2
3
4
5
6
7
8
|
#
# This file will be copied into /etc/httpd/conf.d/sx.conf and loaded when httpd start
#
ServerAdmin cl@startx.fr
<Directory "/var/www/html">
AllowOverride All
DirectoryIndex index.html home.html
</Directory>
|