Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Reverse proxy support #51

Open
ghost opened this issue Oct 11, 2012 · 4 comments
Open

[Feature request] Reverse proxy support #51

ghost opened this issue Oct 11, 2012 · 4 comments

Comments

@ghost
Copy link

ghost commented Oct 11, 2012

Hi,

Gamez is a good job !
Can you add reverse proxy support (web root dir) ?

Thx!

@avjui
Copy link
Owner

avjui commented Oct 11, 2012

I don't know what reverse proxy is and do? Please can you explain that.

@ghost
Copy link
Author

ghost commented Oct 11, 2012

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

@avjui
Copy link
Owner

avjui commented Oct 12, 2012

I would have a look at that but it is not my first priority. But patches are welcome ;-)

@ghost
Copy link
Author

ghost commented Oct 19, 2012

I am not a developer :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant