X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=examples%2Fpublic-inbox-httpd.socket;h=1a1ed7357e0d92fd3fc9e441112ea7ec08ac49ca;hb=HEAD;hp=da37aec9718c6e0170ea607c2989a7218d72896b;hpb=9dc61f9132a7c4ac4a4d067cdd48efb7c28de102;p=public-inbox.git diff --git a/examples/public-inbox-httpd.socket b/examples/public-inbox-httpd.socket index da37aec9..3a6e4432 100644 --- a/examples/public-inbox-httpd.socket +++ b/examples/public-inbox-httpd.socket @@ -1,9 +1,12 @@ # ==> /etc/systemd/system/public-inbox-httpd.socket <== +# Consider looking at public-inbox-netd.socket instead of this file +# to simplify management when serving multiple protocols. + [Unit] Description = public-inbox-httpd socket [Socket] -ListenStream = 127.0.0.1:280 +ListenStream = 80 Service = public-inbox-httpd@1.service [Install]