monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Monit via nginx upstream


From: Martin Pala
Subject: Re: Monit via nginx upstream
Date: Tue, 20 Mar 2012 23:34:08 +0100

Hi,

the following nginx configuration was posted on the list by some member in the past (not tested):
--8<--
server {
    listen 443;
    server_name monit.example.com;
    location / {
       proxy_pass http://127.0.0.1:2812;
       proxy_redirect http://monit.example:2812/  /;
    }
}
--8<--

Another nginx setup recomendation can be found here:
http://serverfault.com/questions/346809/nginx-proxypass-monit-links


Regards,
Martin


On Mar 16, 2012, at 10:47 PM, Christian Becker wrote:

Hi There,


I don't wanna use monit httpd directly. Has anyone setup monit as nginx upstream provider and could sent me his configuration?

Tried it a lot of times, but won't work.

Kind regards

Chris

--
To unsubscribe:
https://lists.nongnu.org/mailman/listinfo/monit-general


reply via email to

[Prev in Thread] Current Thread [Next in Thread]