Add version number and build date to console splash

This commit is contained in:
Dale Davies
2022-07-07 09:28:57 +01:00
parent 3331f2cce2
commit 0628914ec0
9 changed files with 108 additions and 5 deletions

View File

@@ -97,6 +97,12 @@ http {
log_not_found off;
}
# Deny jump version file
location ^~ .jump-version {
deny all;
log_not_found off;
}
# Allow fpm ping from localhost, useful for docker HEALTHCHECK.
location ~ ^/(fpm-ping)$ {
access_log off;