Skip to content

Commit a37a89c

Browse files
committed
Revert "Remove location /healthz from nginx.conf.template"
This reverts commit 122f927.
1 parent 122f927 commit a37a89c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nginx.conf.template

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ server {
22
listen 8080;
33
server_name _;
44

5+
location /healthz {
6+
access_log off;
7+
return 200 "healthy\n";
8+
}
9+
510
location ~ ^${RAILS_RELATIVE_URL_ROOT}/assets/ {
611
alias /usr/share/nginx/html/assets/;
712
expires 1y;

0 commit comments

Comments
 (0)