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.
This commit is contained in:
@@ -28,9 +28,8 @@ Apache
|
|||||||
|
|
||||||
ProxyPass /syncthing/ http://localhost:8384/
|
ProxyPass /syncthing/ http://localhost:8384/
|
||||||
<Location /syncthing/>
|
<Location /syncthing/>
|
||||||
ProxyPassReverse http://localhost:8384/
|
ProxyPassReverse http://localhost:8384/
|
||||||
Order Allow,Deny
|
Require all granted
|
||||||
Allow from All
|
|
||||||
</Location>
|
</Location>
|
||||||
|
|
||||||
Nginx
|
Nginx
|
||||||
|
|||||||
Reference in New Issue
Block a user