Replace fake spaces by real ones.
This commit is contained in:
parent
6cca92b522
commit
c2269f8fd4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue