Template:Installation/Reverse proxy: Difference between revisions

From diaspora* project wiki
(Don't pollute all guides with a bad, hacked together configuration, see http://wiki.nginx.org/IfIsEvil)
(→‎Reverse proxy: with Caddy)
Line 5: Line 5:
* '''Apache''': https://gist.github.com/719014
* '''Apache''': https://gist.github.com/719014
* '''Nginx''': https://gist.github.com/1355430
* '''Nginx''': https://gist.github.com/1355430
* '''Caddy''': https://gist.github.com/oliof/57345a6596bb3a564f68d1482fb383f9

Revision as of 03:30, 7 February 2017

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: