From bdcab58004b8d70d3ebcfd301a891dff79b43a93 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 20 Jul 2021 16:40:37 +0300 Subject: [PATCH] pastes/index.html --- INSTALL | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index b631d62..7ca6e7f 100644 --- a/INSTALL +++ b/INSTALL @@ -6,8 +6,10 @@ Add "paster" user and "pastes" directory, also accessible by HTTP service: # pw useradd paster -s /usr/sbin/nologin -w no -d /path/to/pastes # mkdir /path/to/pastes - # chown paster:lighttpd pastes + # echo "Paste service" > /path/to/pastes/index.html + # chown -R paster:lighttpd pastes # chmod 2750 pastes + # chmod 640 /path/to/pastes/index.html Create daemontools+ucspi-tcp service: -- 2.48.1