Skip to content

Commit

Permalink
BAH-4095 | Refactor. Proxy pass rules to restrict access on bahmni_co…
Browse files Browse the repository at this point in the history
…nfig path (#16)
  • Loading branch information
mohan-13 authored Sep 2, 2024
1 parent 9c4e02f commit 88c13f4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions resources/bahmni-proxy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,11 @@ Header set X-Robots-Tag "noindex, nofollow"
ProxyPass /person-management http://bahmni-web:8091/person-management
ProxyPassReverse /person-management http://bahmni-web:8091/person-management

ProxyPass /bahmni_config http://bahmni-web:8091/bahmni_config
ProxyPassReverse /bahmni_config http://bahmni-web:8091/bahmni_config
ProxyPass /bahmni_config/openmrs/apps http://bahmni-web:8091/bahmni_config/openmrs/apps
ProxyPassReverse /bahmni_config/openmrs/apps http://bahmni-web:8091/bahmni_config/openmrs/apps

ProxyPass /bahmni_config/openmrs/i18n http://bahmni-web:8091/bahmni_config/openmrs/i18n
ProxyPassReverse /bahmni_config/openmrs/i18n http://bahmni-web:8091/bahmni_config/openmrs/i18n

#Implementer Interface
ProxyPass /implementer-interface http://implementer-interface/implementer-interface
Expand Down

0 comments on commit 88c13f4

Please sign in to comment.