omeka-s/omeka.apache2.conf

13 lines
326 B
Plaintext
Raw Permalink Normal View History

<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>