Skip to content

Commit

Permalink
Merge pull request #1052 from GSA/ngnix-deploy
Browse files Browse the repository at this point in the history
step 3 of nginx deployment
  • Loading branch information
nickumia-reisys authored Aug 31, 2023
2 parents dce9aaf + b92fb14 commit c535737
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proxy/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit c535737

Please sign in to comment.