From 948618018bc9cdf17691aabc87e7f63c951fe39c Mon Sep 17 00:00:00 2001 From: Rui Carmo Date: Fri, 30 Dec 2022 20:13:01 +0000 Subject: [PATCH] add link to ENV --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6d036e4..c9d2257 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,8 @@ If you are on a LAN and are accessing `piku` from macOS/iOS/Linux clients, you c Besides static sites, `piku` also supports directly mapping specific URL prefixes to filesystem paths (to serve static assets) or caching back-end responses (to remove load from applications). +These features are configured by setting appropriate values in the [`ENV`](./docs/ENV.md) file. + ## Supported Platforms `piku` is intended to work in any POSIX-like environment where you have Python, `nginx`, [`uWSGI`][uwsgi] and SSH: it has been deployed on Linux, FreeBSD, [Cygwin][cygwin] and the [Windows Subsystem for Linux][wsl].