diff --git a/Workbench/webproxy/container_files/httpd/index.html b/Workbench/webproxy/container_files/httpd/index.html index e9bbe7a..a930086 100644 --- a/Workbench/webproxy/container_files/httpd/index.html +++ b/Workbench/webproxy/container_files/httpd/index.html @@ -17,7 +17,7 @@

Welcome to the InCommon TAP Workbench!


The system also contains the following downstream/target applications:
In addition, the following applications are available: diff --git a/Workbench/webproxy/container_files/httpd/proxy.conf b/Workbench/webproxy/container_files/httpd/proxy.conf index 32e72be..84c63d7 100644 --- a/Workbench/webproxy/container_files/httpd/proxy.conf +++ b/Workbench/webproxy/container_files/httpd/proxy.conf @@ -47,4 +47,8 @@ ProxyPass /registrySSO https://comanage/registrySSO #ProxyPassReverse /comanage https://comanage/ ProxyPass /wordpress http://wordpress_server/ -ProxyPassReverse /wordpress http://wordpress_server/ \ No newline at end of file +ProxyPassReverse /wordpress http://wordpress_server/ +ProxyPass /wp-includes http://wordpress_server/wp-includes +ProxyPassReverse /wp-includes http://wordpress_server/wp-includes +ProxyPass /wp-content http://wordpress_server/wp-content +ProxyPassReverse /wp-content http://wordpress_server/wp-content \ No newline at end of file