From 1c04af5b30b47c5cbab315be45023f2d659d08a0 Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 31 May 2017 10:07:58 +0200 Subject: [PATCH] add disclaimer to top of example nginx config --- example.nginx.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/example.nginx.conf b/example.nginx.conf index fcb8b7435..37cb0da60 100644 --- a/example.nginx.conf +++ b/example.nginx.conf @@ -1,3 +1,9 @@ +# This file is included strictly as an example of how Nginx can be configured +# to work with CryptPad. This example WILL NOT WORK AS IS. For best results, +# compare the sections of this configuration file against a working CryptPad +# installation (http server by the Nodejs process). If you are using CryptPad +# in production, contact sales@cryptpad.fr + server { listen 443 ssl http2;