1
vote
1answer
21 views

HAProxy should not forward an incoming request to down instance

In my scenario, I have 2 servers, both are communicating with HAProxy. When a request comes in, HAProxy splits the request and sends it to both servers, following a round robin method. If in any case ...
0
votes
1answer
183 views

Get transmission web interface working with web server

I have my transmission server working on default port and i want to be able to use the web interface with an url like http://my.domain/torrents. I tried adding a location and a proxy conf to nginx ...
3
votes
3answers
1k views

How to host an intranet website inaccessible outside the LAN?

I am a Linux/Unix noob, so please bear with me. Here is my situation: I have a server (Debian Squeeze) on a LAN. I have installed Nginx web server on it. The server has Internet access to download ...