Skip to content
Snippets Groups Projects
Verified Commit f9c5ec1b authored by Pavel Břoušek's avatar Pavel Břoušek
Browse files

fix: correct perun-apache

parent 17fb4b66
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
ServerAdmin perun@cesnet.cz ServerAdmin perun@cesnet.cz
ServerName perun-api ServerName perun-api
DocumentRoot /app DocumentRoot /var/www
# Note: buffer size must be set also in Tomcat and must be lower then this value. # Note: buffer size must be set also in Tomcat and must be lower then this value.
ProxyIOBufferSize 65536 ProxyIOBufferSize 65536
...@@ -40,6 +40,9 @@ ...@@ -40,6 +40,9 @@
## RPC #### ## RPC ####
#################################### ####################################
<Proxy "ajp://perun-rpc:8009/">
ProxySet secret=test
</Proxy>
# General rewrite rule # General rewrite rule
RewriteRule ^/(.*)/rpc/(.*)$ ajp://perun-rpc:8009/perun-rpc/$2 [P,QSA] RewriteRule ^/(.*)/rpc/(.*)$ ajp://perun-rpc:8009/perun-rpc/$2 [P,QSA]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment