Skip to content

Commit 122f927

Browse files
committed
Remove location /healthz from nginx.conf.template
1 parent ac2ed91 commit 122f927

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

nginx.conf.template

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

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

0 commit comments

Comments
 (0)