Simple Studio reverse proxy configuration

Here is a brief overview of a simple reverse proxy configuration for Studio. The configuration preserves the Host: header, and does not use SSL or path remapping.

In this simple configuration:

With this setup, Studio should be able to be accessed correctly using the reverse proxy without additional configuration.

For the bundled Tomcat configuration (running on port 8080), a sample mod_proxy would be:
ProxyRequests Off
ProxyPreserveHost On
ProxyPass / http://studioserver1:8080
ProxyPassReverse / http://studioserver1:8080