From 2f7c76f3845fff3d8733b884b237e8b2a33f0bee Mon Sep 17 00:00:00 2001 From: Zack Date: Mon, 8 Feb 2016 10:33:39 -0500 Subject: [PATCH] Update README.md Former-commit-id: 56a74d20f5fa99a6a0757ad843c497ed335f4688 [formerly 9e39ea29abfe884f572a9f5e495b108048e7b8e1] [formerly a0b61ce51909e3cd0164b54b1fd25a6689f890b5 [formerly 65f341a50a437ba47bedb0120b37f4279eadf881 [formerly f0d16809635fccc237b78c0e2d5edba79d168d54]]] Former-commit-id: 09dd6bdebc56bd3d052dab46969f799c643d62ee [formerly 499319ff6f133b42c92393fb62732a4d91cc63ad] Former-commit-id: b3b2ebeed9b470ed707f3ec1d64719eebafdd652 Former-commit-id: cae04dea76437542b4b3da2f8e9da4ab9e500717 --- 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 ```