Skip to content

Conversation

@noeldamps
Copy link

@noeldamps noeldamps commented Feb 27, 2025

Issue: The nginx module does not supports a health check with https. This Pull Request provides the new type https.

e.g:

   upstream  test-upstream{

     server test.server.de:443 weight=1;
     server test.server.de:443 weight=1;

     check interval=3000 type=https rise=4 fall=2 ;
     check_http_send "GET /api/getServerStatus HTTP/1.0\r\n\r\n";

     keepalive 64;
   }

@noeldamps noeldamps closed this Mar 2, 2025
@noeldamps noeldamps reopened this Mar 2, 2025
@noeldamps noeldamps marked this pull request as ready for review March 24, 2025 15:34
@noeldamps
Copy link
Author

@yaoweibin can You please Review the pull request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Need support for https health check endpoint

2 participants