mirror of
https://github.com/linuxserver/docker-piwigo.git
synced 2025-04-20 11:17:07 -04:00
13 lines
294 B
Text
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>
|
|
|