Syntax corrected: empty value needs to be quoted.
This commit is contained in:
parent
387c358656
commit
125bfb3892
|
@ -47,7 +47,7 @@ easier to protect), make the aforementioned option explicitly empty and
|
||||||
uncomment it:
|
uncomment it:
|
||||||
|
|
||||||
```
|
```
|
||||||
listen_addresses =
|
listen_addresses = ''
|
||||||
```
|
```
|
||||||
|
|
||||||
Check these options to make sure the socket is placed in the right spot and
|
Check these options to make sure the socket is placed in the right spot and
|
||||||
|
|
Reference in a new issue