challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

challenger.conf (259B)


      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/challenger.sock|http://example.com/"
     11 </Location>