piwigo/defaults/default.conf
2015-08-29 19:14:35 +01:00

13 lines
294 B
Text

<VirtualHost *:80>
DocumentRoot /config/www/gallery
<Directory /config/www/gallery/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order deny,allow
Allow from all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>