Search found 2 matches

by chano
Wed Oct 16, 2019 12:31 pm
Forum: ZoneMinder 1.32.x
Topic: NGINX Reverse proxy problem accesing video streams
Replies: 4
Views: 15019

Re: NGINX Reverse proxy problem accesing video streams

Hi @Maximo1970 an HTTP 500 error seems like a Syntax error in the code. below you'll find my full Server.php (copy&pasted) from my Server. Is for Zoneminder version 1.32.3 Hope it helps! <?php require_once('database.php'); $server_cache = array(); class Server { private $defaults = array( 'Id' =...
by chano
Thu Sep 12, 2019 12:06 pm
Forum: ZoneMinder 1.32.x
Topic: NGINX Reverse proxy problem accesing video streams
Replies: 4
Views: 15019

NGINX Reverse proxy problem accesing video streams

Hi, it might sounds like a extrange config but it makes a little sense form me. I have an edge machine running Nginx as reverse proxy exposing an SSL connection to the Internet (on a non standard port) that proxies connection to my zoneminder docker which is working on port 80 without SSL. Everythin...