werc-1.5.0-tweaks

Tweaks for the werc website builder created by the mad architect Uriel
Log | Files | Refs | README

commit c3d9d4493ea82b870c4234cecdea65fabd2856a7
parent f492aa962b4c0627dd013f074c0d01000f6e70fe
Author: NunoSempere <nuno.sempere@protonmail.com>
Date:   Thu, 10 Mar 2022 07:49:41 +0000

fix: Document major gotcha when using https.

This took me a fair bit of time to debug.

Diffstat:
MREADME | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 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