From c3d9d4493ea82b870c4234cecdea65fabd2856a7 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Thu, 10 Mar 2022 07:49:41 +0000 Subject: [PATCH] fix: Document major gotcha when using https. This took me a fair bit of time to debug. --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index b4dc773..eeac583 100644 --- a/README +++ b/README @@ -7,7 +7,6 @@ users easy customization. For more information see the official website: http://werc.cat-v.org/ - Installation ------------ @@ -39,6 +38,9 @@ comments apps) make sure all files under sites/ are writable by the user your cgi will run as, usually www-data, for example by doing: chown -R :www-data sites/; chmod -R g+w sites/ +Werc currently assumes that your website runs http, rather than https. If you are running https, locate and change https mentions using +grep http -R bin/ + If your Plan 9 binaries are located somewhere else than the standard /bin/ you will need to edit the first line of bin/werc.rc (Note that p9p in particular is picky about where it is located, once you run ./INSTALL you should *not* move