浏览代码

Remove double ;

pull/2038/head
Slavi Pantaleev 3 年前
committed by GitHub
父节点
当前提交
81ee2449a8
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roles/matrix-ldap-registration-proxy/tasks/init.yml

+ 1
- 1
roles/matrix-ldap-registration-proxy/tasks/init.yml 查看文件

@@ -28,7 +28,7 @@
{# Use the embedded DNS resolver in Docker containers to discover the service #}
resolver 127.0.0.11 valid=5s;
set $backend "{{ matrix_ldap_registration_proxy_registration_addr_with_container }}";
proxy_pass http://$backend/register;;
proxy_pass http://$backend/register;
{% else %}
{# Generic configuration for use outside of our container setup #}
proxy_pass http://{{ matrix_ldap_registration_proxy_registration_addr_sans_container }}/register;


正在加载...
取消
保存