Open ghost opened 12 years ago
I don't know what reverse proxy is and do? Please can you explain that.
It's a web front-end server (like apache) . This feature allows you not to have to open a port on the internet for each web application
Exemple of configuration in apache2 (with proxy_http module enable):
<Location /gamez/> ProxyPass http://127.0.0.1:GAMEZ_PORT/gamez/ ProxyPassReverse http://127.0.0.1:GAMEZ_PORT/gamez/
After adding this feature and add this Apache configuration, you can access Gamez with this URL: http://SERVER_IP/gamez/
in headphones the name of this feature is 'http_root' in configuration file in sickbeard the name of this feature is 'web_root' in configuration file in couchpotatoV2 the name of this feature is 'url_base' in configuration file
I would have a look at that but it is not my first priority. But patches are welcome ;-)
I am not a developer :/
Hi,
Gamez is a good job ! Can you add reverse proxy support (web root dir) ?
Thx!