mirror of
https://github.com/daledavies/jump.git
synced 2026-05-06 06:27:11 +02:00
Add version number and build date to console splash
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user