From f0d16809635fccc237b78c0e2d5edba79d168d54 Mon Sep 17 00:00:00 2001 From: Zack Date: Mon, 8 Feb 2016 10:33:39 -0500 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e7b588..2bfaeb3 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,12 @@ Be cautious about writing sensitive information in the notes as anyone with the # Install - `go install github.com/schollz/cowyo` +## Production server + +I recommend using `NGINX` as middleware, as it will do caching of the static files for you. There is an example `NGINX` block in `install/`. + # Usage ```