11 lines
226 B
Plaintext
11 lines
226 B
Plaintext
# OpenMDRS configuration
|
|
|
|
Alias /opendrs /var/www/opendrs
|
|
|
|
<Directory /var/www/opendrs>
|
|
Options Indexes FollowSymLinks MultiViews
|
|
AllowOverride None
|
|
Order allow,deny
|
|
allow from all
|
|
</Directory>
|