Skip to content

Commit 3010334

Browse files
authored
Merge pull request #22 from fitz123/patch-2
Wrong stub_status location
2 parents a006013 + 4a20167 commit 3010334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/nginx/nginx.conf.ctmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ http {
4343
listen 80;
4444
server_name _;
4545

46-
location /health {
46+
location /nginx-health {
4747
stub_status;
4848
allow 127.0.0.1;
4949
deny all;

0 commit comments

Comments
 (0)