Skip to content

Commit

Permalink
add ms port to nginx config template
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Mar 14, 2024
1 parent c6abfa4 commit f2e4431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/omero-web.conf.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

upstream image_region_backend {
server 127.0.0.1:8081 fail_timeout=0 max_fails=0;
server 127.0.0.1:"{{ omero_ms_image_region_port }}" fail_timeout=0 max_fails=0;
}

{{ nginx_contents['content'] | b64decode | regex_replace('}$', '') }}
Expand Down

0 comments on commit f2e4431

Please sign in to comment.