From 4d1451a5485f5df547fc3ed1c8742581ed8370df Mon Sep 17 00:00:00 2001 From: Fuhu Xia Date: Thu, 31 Aug 2023 11:56:12 -0400 Subject: [PATCH] step 3 of nginx deployment, renabling nginx-cloudfront --- proxy/nginx.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/proxy/nginx.conf b/proxy/nginx.conf index 68b60df2..24f89c4e 100644 --- a/proxy/nginx.conf +++ b/proxy/nginx.conf @@ -37,10 +37,10 @@ http { # catalog-web server_name {{env "EXTERNAL_ROUTE"}} {{env "PUBLIC_ROUTE"}}; - auth_basic auth_configured; # this is a placeholder value replaced by .profile. we should only add basic auth to staging. - auth_basic_user_file /home/vcap/app/etc/nginx/.htpasswd; + # auth_basic auth_configured; # this is a placeholder value replaced by .profile. we should only add basic auth to staging. + # auth_basic_user_file /home/vcap/app/etc/nginx/.htpasswd; - # include nginx-cloudfront.conf; + include nginx-cloudfront.conf; include nginx-common.conf; }