Skip to content

Commit

Permalink
OZ-742: Fixed Bahmni Reports
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruhanga committed Dec 6, 2024
1 parent 2031644 commit 9052a55
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions proxy/default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,17 @@ server {
proxy_redirect http://$host/ /;
}

# bahmnireports
location = /bahmnireports {
return 301 /bahmnireports/;
}

location /bahmnireports/ {
set $bahmnireports reports:8051;
proxy_pass http://$bahmnireports;
proxy_redirect http://$host/ /;
}

# Bahmni Web
location = /bahmni {
return 301 /bahmni/;
Expand Down

0 comments on commit 9052a55

Please sign in to comment.