cryptonas/conf-examples/apache_proxypass.conf

18 lines
444 B
Plaintext

# CryptoBox configuration file
#
# the following directives allow you to use the cryptobox web interface behind apache
#
# you need to enable the following modules:
# - proxy
# - headers
# (for debian: run "a2enmod MOD_NAME")
#
# IMPORTANT: for now it does not work! Any comments are appreciated ...
#
<Location /cbox>
ProxyPass http://localhost:8080
ProxyPassReverse http://localhost:8080
RequestHeader set CBOX-Location /cbox
</Location>