templates/bin/reconfig.template

Thu, 27 Oct 2016 16:56:00 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 27 Oct 2016 16:56:00 +0200
changeset 119
155cbab9eefd
parent 61
c858850f3d3a
child 175
9823770ba4ee
permissions
-rw-r--r--

adds support for CGI with request bodies

#!/bin/sh

PID=`cat /tmp/webserver-rw6pgl8b/pid`

kill -USR1 $PID

mercurial