Replace fake spaces by real ones.

This commit is contained in:
Viyurz 2024-02-17 19:08:53 +01:00
parent 6cca92b522
commit c2269f8fd4

View file

@ -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;