# Make sure to enable the following Apache modules before # integrating this into your configuration: # # a2enmod proxy # a2enmod proxy_http # a2enmod headers # # NOTE: # - consider to adjust the location # - consider putting all this into a VirtualHost # - strongly consider setting up TLS support # # For all of the above, please read the respective # Apache documentation. # ProxyPass "unix:/var/run/taler/merchant-httpd/merchant-http.sock|http://example.com/" # NOTE: # - Uncomment this line if you use TLS/HTTPS RequestHeader add "X-Forwarded-Proto" "https"