From 5bb32d2f8b43aedabec80fc034f9d524de2269b7 Mon Sep 17 00:00:00 2001 From: Eric Lipe Date: Thu, 19 Sep 2024 13:55:09 -0400 Subject: [PATCH] - Tell nginx to reload --- tdrs-frontend/manifest.buildpack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdrs-frontend/manifest.buildpack.yml b/tdrs-frontend/manifest.buildpack.yml index ff629fd30..916432f94 100755 --- a/tdrs-frontend/manifest.buildpack.yml +++ b/tdrs-frontend/manifest.buildpack.yml @@ -12,7 +12,7 @@ applications: instances: 1 disk_quota: 256M command: | - nginx -h + nginx -s reload -p /home/vcap/app -c ./nginx.conf - type: worker memory: 128M instances: 1