omeka/omeka.apache2.conf

15 lines
338 B
Plaintext

<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html/omeka-s/
<Directory /var/www/html/omeka-s/>
Options FollowSymlinks
AllowOverride All
Require all granted
</Directory>
ErrorLog /tmp/apache2.error.log
TransferLog /dev/stdout
</VirtualHost>