Skip to content

Commit fd05124

Browse files
biocollect: add sort labels to nginx paths
1 parent ace1b8d commit fd05124

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ansible/roles/biocollect/tasks/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,11 @@
118118
nginx_paths:
119119
- path: "= /"
120120
is_proxy: false
121+
sort_label: "rootrewrite"
121122
rewrite: "{{ biocollect_rewrite_root_url }}"
122123
- path: "{{ biocollect_context_path | default('/') }}"
123124
is_proxy: true
125+
sort_label: "tomcatproxy"
124126
proxy_pass: "http://127.0.0.1:8080"
125127
tags:
126128
- nginx_vhost

0 commit comments

Comments
 (0)