omeka/omeka.apache2.conf

15 lines
327 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 /dev/stdout
TransferLog /dev/stdout
</VirtualHost>