paivana

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

test_reverse_proxy_unix.conf.in (704B)


      1 # Paivana configuration for the Unix-socket cases of the reverse-proxy
      2 # test suite.  This is the shape the shipped Debian packaging uses
      3 # (nginx/Apache in front, paivana-httpd on a Unix socket), which the
      4 # TCP template cannot exercise: a Unix peer has no address of its own,
      5 # so it is the only way to reach the code paths that have to cope
      6 # without one.
      7 
      8 [paivana]
      9 DESTINATION_BASE_URL = @DEST@
     10 SERVE = unix
     11 UNIXPATH = @UNIXPATH@
     12 UNIXPATH_MODE = 600
     13 BASE_URL = http://localhost/
     14 
     15 # In -n (no-payment) mode the merchant backend is not contacted,
     16 # so these values are nominal but we still need them to satisfy
     17 # the loader when the merchant config key happens to be present.
     18 SECRET = paivana-test-42