Web server question..
ok I setup the server then setup Nginx to proxy pass to Repetier server and everything worked great.
As things progressed and coworkers started to ask questions I decided to stream the video openly to all for viewing
so what I want
http://myaddress.net just straight out shows the camera's so others can watch. (already setup)
http://myaddress.net/rep/ is how you access Repetier server (control the printers, currently not working)
the issue:
Once I move the proxy pass to a different location I get "Requested file not found." it seems like its looking for a specific file at the root directory of the web site (guessing here)? it works perfectly fine as long as its at the root but not once the location is moved off. I feel like I'm missing something here in my configuration of Nginx, any help is welcomed. Thanks for your response.
As things progressed and coworkers started to ask questions I decided to stream the video openly to all for viewing
so what I want
http://myaddress.net just straight out shows the camera's so others can watch. (already setup)
http://myaddress.net/rep/ is how you access Repetier server (control the printers, currently not working)
the issue:
Once I move the proxy pass to a different location I get "Requested file not found." it seems like its looking for a specific file at the root directory of the web site (guessing here)? it works perfectly fine as long as its at the root but not once the location is moved off. I feel like I'm missing something here in my configuration of Nginx, any help is welcomed. Thanks for your response.
Comments