paivana

HTTP paywall reverse proxy
Log | Files | Refs | Submodules | README | LICENSE

paivana.conf (254B)


      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 "/">
     10 ProxyPass "unix:/var/lib/paivana/httpd/paivana.sock|http://example.com/"
     11 </Location>