diff --git a/tdrs-frontend/nginx/cloud.gov/buildpack.nginx.conf b/tdrs-frontend/nginx/cloud.gov/buildpack.nginx.conf index df8056b85d..b55677eea0 100644 --- a/tdrs-frontend/nginx/cloud.gov/buildpack.nginx.conf +++ b/tdrs-frontend/nginx/cloud.gov/buildpack.nginx.conf @@ -1,4 +1,3 @@ - worker_processes 1; daemon off; @@ -88,4 +87,4 @@ http { add_header Cache-Control "no-store, no-cache, must-revalidate, max-age=0"; add_header Access-Control-Allow-Origin "${ALLOWED_ORIGIN}"; } -} +} \ No newline at end of file