man: Second example systemd-socket-proxyd does not need a Unix socket listener.

This commit is contained in:
David Strauss 2015-03-24 12:25:56 -07:00
parent c6e20ceb09
commit ea5bbe3467

View file

@ -165,7 +165,6 @@ PrivateNetwork=yes]]></programlisting>
<programlisting><![CDATA[[...]
server {
listen 8080;
listen unix:/tmp/nginx.sock;
[...]]]></programlisting>
</example>
<example>