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