diff --git a/Workbench/webproxy/container_files/httpd/proxy.conf b/Workbench/webproxy/container_files/httpd/proxy.conf index de7c1fb..a1bc99b 100644 --- a/Workbench/webproxy/container_files/httpd/proxy.conf +++ b/Workbench/webproxy/container_files/httpd/proxy.conf @@ -5,7 +5,7 @@ SSLProxyCheckPeerCN off SSLProxyCheckPeerName off SSLProxyCheckPeerExpire off ProxyPreserveHost On -AllowEncodedSlashes On +AllowEncodedSlashes NoDecode RequestHeader unset Authorization @@ -42,8 +42,6 @@ ProxyPassReverse /idpui https://idp_ui:8443/idpui ProxyPass /rabbit http://mq:15672/ nocanon ProxyPassReverse /rabbit http://mq:15672/ -#ProxyPass /# http://mq:15672/# -#ProxyPassReverse /# http://mq:15672/# ProxyPass /js http://mq:15672/js ProxyPassReverse /js http://mq:15672/js ProxyPass /css http://mq:15672/css @@ -51,7 +49,6 @@ ProxyPassReverse /css http://mq:15672/css ProxyPass /img http://mq:15672/img ProxyPassReverse /img http://mq:15672/img ProxyPass /api http://mq:15672/api nocanon -ProxyPassReverse /api http://mq:15672/api ProxyPass /ldapadmin https://directory/ldapadmin ProxyPassReverse /ldapadmin https://directory/ldapadmin diff --git a/Workbench/webproxy/container_files/httpd/ssl.conf b/Workbench/webproxy/container_files/httpd/ssl.conf index 066ccc7..417ca78 100644 --- a/Workbench/webproxy/container_files/httpd/ssl.conf +++ b/Workbench/webproxy/container_files/httpd/ssl.conf @@ -55,6 +55,8 @@ SSLCryptoDevice builtin +AllowEncodedSlashes NoDecode + # General setup for the virtual host, inherited from global configuration #DocumentRoot "/var/www/html" #ServerName www.example.com:443