Commit graph

5 commits

Author SHA1 Message Date
ansuz
2c56972be6 update changelog and example nginx config 2018-06-27 15:03:38 +02:00
Caleb James DeLisle
3c2d61ff42 Add to the nginx documentation the location datastore block 2018-04-13 18:14:01 +02:00
Falgn0n
f362aac246
Update example.nginx.conf
Updated the location block for "/api/config" to point directly to the node.js server @ localhost:3000
2017-12-24 12:13:28 +02:00
Thomas Gläßle
405526cfa5 Properly escape sed replace expressions
This fixes an error during container startup due to interpolating a
$STORAGE value that may contain slashes or other "active" characters:

    ...
    Using secure websockets: false
    Using storage adapter: ./storage/file
    sed: bad option in substitution expression

Also add a trailing ',' in the search expression to avoid substituting
in the comment above the actual definition:

    /*  If Cryptpad is proxied without using https, the server needs to know.
     *  Specify 'useSecureWebsockets: true' so that it can send
    ...
2017-08-10 10:35:38 +02:00
ansuz
f9023185c1 move documentation into docs folder 2017-05-31 10:10:33 +02:00