1
0

Add opt-add-torq (#725)

This commit is contained in:
maxwedwards
2022-11-28 12:19:28 +00:00
committed by GitHub
parent 0dd7cfb7fe
commit 7391d15601
5 changed files with 98 additions and 0 deletions

View File

@@ -159,6 +159,12 @@
}
{{ end }}
{{ if (eq $serviceName "torq") }}
location /torq/ {
proxy_pass http://torq:8080/;
}
{{ end }}
{{ if (eq $serviceName "sphinxrelay") }}
location /sphinxrelay/ {
proxy_set_header Host $host;