diff options
author | Alan Pearce | 2023-09-17 07:56:42 +0200 |
---|---|---|
committer | Alan Pearce | 2023-09-17 07:56:42 +0200 |
commit | 7ede0666624c294f33366d2586c61f68a4303440 (patch) | |
tree | f59cd5de4a47849428ff815cc4a88ccc974759a4 | |
parent | 88137b206259c5bcb21edd99f4ec5d0987313d4b (diff) | |
download | website-7ede0666624c294f33366d2586c61f68a4303440.tar.lz website-7ede0666624c294f33366d2586c61f68a4303440.tar.zst website-7ede0666624c294f33366d2586c61f68a4303440.zip |
Use a special file for health checks
This should remain a static file so that the static file functionality of the server can be tested. If it were a special case inside the server router, it could potentially continue to operate whilst the server otherwise no longer works
-rw-r--r-- | health.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/health.txt b/health.txt new file mode 100644 index 0000000..d86bac9 --- /dev/null +++ b/health.txt @@ -0,0 +1 @@ +OK |