FreedomBox/data/etc/apache2/conf-available/syncthing-plinth.conf
2017-03-23 15:01:13 +05:30

5 lines
147 B
Plaintext

ProxyPass /syncthing/ http://localhost:8384/
<Location /syncthing/>
ProxyPassReverse http://localhost:8384/
Require all granted
</Location>