Skip to content

Commit

Permalink
Merge pull request #11 from TheColvinCo/same-health-endpoint
Browse files Browse the repository at this point in the history
Use same health endpoint
  • Loading branch information
mdarnaculleta committed Jan 5, 2021
2 parents 6e9b4fd + 51a0035 commit 38543ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx/conf/conf.d/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ server {
}

# URL for health checks
location /nginx-health {
location /healthz {
access_log off;
default_type text/plain;
return 200 "healthy\n";
}
}
}

0 comments on commit 38543ca

Please sign in to comment.