Merge pull request #14 from rumpelsepp/apache-24

reverseproxy: Apache 2.2 is rather old, switch to 2.4
This commit is contained in:
Jakob Borg
2015-06-07 00:10:44 +02:00
+2 -3
View File
@@ -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