Skip to content

fix wordpress #51

Merged
merged 1 commit into from
Dec 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Workbench/webproxy/container_files/httpd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h3>Welcome to the InCommon TAP Workbench!</h3>
<br />
The system also contains the following downstream/target applications:
<ul>
<li><a href="https://__CSPHOSTNAME__/wordpress/wp/admin" target="TAP-WB-WORDPRESS">WordPress</a></li>
<li><a href="https://__CSPHOSTNAME__/wordpress/" target="TAP-WB-WORDPRESS">WordPress</a></li>
</ul>
<br />
In addition, the following applications are available:
Expand Down
6 changes: 5 additions & 1 deletion Workbench/webproxy/container_files/httpd/proxy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,8 @@ ProxyPass /registrySSO https://comanage/registrySSO
#ProxyPassReverse /comanage https://comanage/

ProxyPass /wordpress http://wordpress_server/
ProxyPassReverse /wordpress http://wordpress_server/
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