aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-25 00:55:11 +0000
committerFuwn <[email protected]>2024-06-25 01:05:22 +0000
commitb6b816e54dff82ffdfa3b9f2e763574e75aed8d3 (patch)
tree6c2e742fc855c0c0a878c483049c4e09cff026ed /README.md
parentbuild(docker): create docker container (diff)
downloadgigi-b6b816e54dff82ffdfa3b9f2e763574e75aed8d3.tar.xz
gigi-b6b816e54dff82ffdfa3b9f2e763574e75aed8d3.zip
feat(gigi.c): fallback to default
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3fa812f..13e0f09 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,8 @@ passes any arguments from the Finger request to the executable.
Static mode is enabled by default. A Finger request for `test` will return the
contents of `./gigi/test`. A Finger request of nothing will return the contents
-of `./gigi/default`.
+of `./gigi/default`. The default file is also the fallback file in case the
+requested file does not exist.
To emulate dynamic mode, minus the arguments you can setup a service of some
kind to periodically update the contents of one of the static files.