Template:Installation/Reverse proxy: Difference between revisions

From diaspora* project wiki
m (MrZYX moved page User:MrZYX/WIP:Installation/Reverse proxy to Template:Installation/Reverse proxy without leaving a redirect)
No edit summary
Line 3: Line 3:
You most likely have already a webserver running on port 80 (http) and 443 (https). It also should serve Diasporas static content and forward all other requests to Diaspora. Here are some example configurations to achieve that:
You most likely have already a webserver running on port 80 (http) and 443 (https). It also should serve Diasporas static content and forward all other requests to Diaspora. Here are some example configurations to achieve that:


* '''Apache''': https://gist.github.com/MrZYX/719014
* '''Apache''': https://gist.github.com/719014
* '''Nginx''': https://gist.github.com/MrZYX/1355430
* '''Nginx''': https://gist.github.com/1355430

Revision as of 17:06, 19 June 2014

Reverse proxy

You most likely have already a webserver running on port 80 (http) and 443 (https). It also should serve Diasporas static content and forward all other requests to Diaspora. Here are some example configurations to achieve that: