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

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

Reply via email to