diff options
| author | Fuwn <[email protected]> | 2024-06-25 00:55:11 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-25 00:55:11 +0000 |
| commit | 0002d0f4464fc73d4d81f5c9e9eb29dd65147d8a (patch) | |
| tree | 53338c2b5dab12bb6c07a1f5c81488fdf0986fd3 /README.md | |
| parent | build(docker): create docker container (diff) | |
| download | gigi-0002d0f4464fc73d4d81f5c9e9eb29dd65147d8a.tar.xz gigi-0002d0f4464fc73d4d81f5c9e9eb29dd65147d8a.zip | |
feat(gigi.c): fallback to default
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |