diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2021-08-18 18:52:08 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2021-08-18 18:52:08 +0200 |
commit | 5cae00129a4b79802b97e48e9cd316b203e7d4af (patch) | |
tree | eae7a8c5d24f6666896d27f2cabe5d64a248051d /README.md | |
parent | 92b0c8e4b7be8c26873fe5cbe3b1d67703c2e7c5 (diff) |
add caching nginx example configuration
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |