sync

Backup service to store encrypted wallet databases (experimental)
Log | Files | Refs | Submodules | README | LICENSE

sync.conf (253B)


      1 <!--
      2   Make sure to enable the following Apache modules before
      3   integrating this into your configuration:
      4 
      5   # a2enmod proxy
      6   # a2enmod proxy_http
      7 -->
      8 
      9 <Location "/sync/">
     10 ProxyPass "unix:/var/lib/sync/httpd/sync.sock|http://example.com/"
     11 </Location>