shii.moe

Source for `shii.moe' website.
git clone git://git.knutsen.co/shii.moe
Log | Files | Refs | README | LICENSE

commit 8a36e9aeca6760eeca5feac80bf03ee56350010d
parent 3593b70ed322c4c4523c224d96b89c1d6eb48232
Author: knutsen <samuel@knutsen.co>
Date:   Tue,  8 Jun 2021 21:17:23 +0100

Socket permissions.

Diffstat:
Mshiimoe.ini | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/shiimoe.ini b/shiimoe.ini @@ -5,7 +5,9 @@ master = true processes = 5 socket = shiimoe.sock -chmod-socket = 660 +chmod-socket = 664 +uid = www-data +gid = www-data vacuum = true die-on-term = true