From 02a9bf7a195e4add9f6263049204907173d353ec Mon Sep 17 00:00:00 2001 From: Stefan Tatschner Date: Sat, 6 Jun 2015 11:56:03 +0200 Subject: [PATCH] reverseproxy: Apache 2.2 is rather old, switch to 2.4 Apache 2.2 is rather old, IIRC almost debian now ships with 2.4. So let's document the most recent one. --- users/reverseproxy.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/users/reverseproxy.rst b/users/reverseproxy.rst index 4e32020d1..55b08f6da 100644 --- a/users/reverseproxy.rst +++ b/users/reverseproxy.rst @@ -28,9 +28,8 @@ Apache ProxyPass /syncthing/ http://localhost:8384/ - ProxyPassReverse http://localhost:8384/ - Order Allow,Deny - Allow from All + ProxyPassReverse http://localhost:8384/ + Require all granted Nginx