Closed drmatthews closed 4 months ago
Yeah I find them confusing too. The previous variable names were:
stream {
upstream dicom {
server localhost:{{ xnat_dicom_port }};
}
server {
listen {{ dicom_port }};
proxy_pass dicom;
}
}
Deprecated due to #126
Short Description
Currently there are two variables referring to upstream ports that are a little confusing:
https://github.com/UCL-MIRSG/ansible-collection-infra/blob/370891833ae00d7bfd46ba0d18ea5c416e810b95/roles/nginx/templates/nginx_reverse_proxy.j2#L14-L23
We should have a look to see if both are needed and if they are we should think of more descriptive names.
Acceptance Criteria
No response
Dependencies
No response
Details
No response