omeka-s/omeka.apache2.conf
2024-08-30 13:54:49 +02:00

13 lines
326 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>