diff --git a/roles/reverse-proxy/templates/reverse-proxy.conf b/roles/reverse-proxy/templates/reverse-proxy.conf index c31f664..e2e3068 100644 --- a/roles/reverse-proxy/templates/reverse-proxy.conf +++ b/roles/reverse-proxy/templates/reverse-proxy.conf @@ -145,7 +145,7 @@ server { # Syncthing Discovery upstream stdisco.{{ domain }} { # Local IP address:port for discovery server - server localhost:{{ ports['syncthing_discosrv'] }}; + server localhost:{{ ports['syncthing_discosrv'] }}; } server { listen 443 ssl http2;