fix: Document major gotcha when using https.
This took me a fair bit of time to debug.
This commit is contained in:
parent
f492aa962b
commit
c3d9d4493e
4
README
4
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user