Initial commit as release 1.1.0

This commit is contained in:
2026-02-14 11:07:25 -05:00
parent 6b49566e58
commit a6331f7fed
141 changed files with 50383 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# OpenMDRS configuration
Alias /opendrs /var/www/opendrs
<Directory /var/www/opendrs>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>