We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e8d696 commit 1caa052Copy full SHA for 1caa052
bahmni-proxy/resources/bahmni-proxy.conf
@@ -20,8 +20,8 @@ ProxyPass /bahmni_config http://bahmni-web:8091/bahmni_config
20
ProxyPassReverse /bahmni_config http://bahmni-web:8091/bahmni_config
21
22
#Implementer Interface
23
-ProxyPass /implementer-interface http://implementer-interface/implementer_interface
24
-ProxyPassReverse /implementer-interface http://implementer-interface/implementer_interface
+ProxyPass /implementer-interface http://implementer-interface/implementer-interface
+ProxyPassReverse /implementer-interface http://implementer-interface/implementer-interface
25
26
LoadModule ssl_module modules/mod_ssl.so
27
LoadModule cache_module modules/mod_cache.so
0 commit comments