17 lines
444 B
Text
17 lines
444 B
Text
# 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>
|