Welcome! Log In Create A New Profile

Advanced

health_check Windows

October 10, 2014 10:51AM
I am trying to use the health_check module on Windows nginx/1..7.6



location / {
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_pass http://backend;
health_check;
}

and I'm getting the following error in the log file

unknown directive "health_check"


Is this module not included in the Windows build?
Subject Author Posted

health_check Windows

carcus88 October 10, 2014 10:51AM

Re: health_check Windows

Valentin V. Bartenev October 10, 2014 10:56AM

Re: health_check Windows

itpp2012 October 10, 2014 10:56AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 239
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready