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.
With this setup, Studio should be able to be accessed correctly using the reverse proxy without additional configuration.
ProxyRequests Off ProxyPreserveHost On ProxyPass / http://studioserver1:8080 ProxyPassReverse / http://studioserver1:8080