cryptonas/conf-examples/apache_proxypass.conf
lars a66e5d3512 packaging improved
simplified use of uml-start script
2006-11-22 15:21:21 +00:00

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>