nginx_site: Fix including config with custom port
This commit is contained in:
parent
fd69bcdec0
commit
0df977f078
2 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,3 @@
|
|||
ssl_client_certificate {{ tls_certs }}/ca.crt;
|
||||
ssl_verify_client on;
|
||||
|
||||
{% for host in ssh_proxy_hosts %}
|
||||
location /{{ host | hash('sha1') }}/ {
|
||||
proxy_pass http://127.0.0.1:6000?token={{ host | hash('sha1') }};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue