From 5cae00129a4b79802b97e48e9cd316b203e7d4af Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 18 Aug 2021 18:52:08 +0200 Subject: add caching nginx example configuration --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index df2eb5d..6e910b1 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,10 @@ index.pl daemon -m production** (quick&dirty, does not respect all variables) or **hypnotoad** (recommended). A systemd unit example is provided in `examples/db-infoscreen.service`. +For public-facing installations, you may want to enable caching in the reverse +proxy serving DBF. See `examples/nginx-cache.conf` and +`examples/nginx-site.conf` for nginx examples. + All code in this repository may be used under the terms of the BSD-2-Clause (db-infoscreen, see COPYING) and MIT (jquery, jqueryui, and marquee libraries; see the respective files) licenses. Attribution is appreciated. -- cgit v1.2.3