mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-06 10:20:43 +00:00
5 lines
147 B
Plaintext
5 lines
147 B
Plaintext
ProxyPass /syncthing/ http://localhost:8384/
|
|
<Location /syncthing/>
|
|
ProxyPassReverse http://localhost:8384/
|
|
Require all granted
|
|
</Location> |