From ea3a05a34c0ccc021111e8417cb1683cad5c9e29 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Thu, 10 Dec 2020 16:55:34 -0600 Subject: [PATCH] fix wordpress --- Workbench/webproxy/container_files/httpd/index.html | 2 +- Workbench/webproxy/container_files/httpd/proxy.conf | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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