Skip to content

Commit

Permalink
- revert conf changes
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Sep 19, 2024
1 parent d8b27d3 commit 17b22f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tdrs-frontend/nginx/cloud.gov/buildpack.nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ http {
limit_req_zone $binary_remote_addr zone=limitreqsbyaddr:20m rate=1000r/s;
limit_req_status 444;

resolver 169.254.0.2 valid=5s;
resolver {{nameservers}} valid=5s;

server {
root public;
listen 8080;
listen {{port}};
access_log /home/vcap/app/nginx_access.log compression;

include locations.conf;
Expand Down

0 comments on commit 17b22f1

Please sign in to comment.