diff options
| author | Matthew Hicks <mhicks@mhicks-host.usersys.redhat.com> | 2008-06-24 10:50:35 -0400 |
|---|---|---|
| committer | Matthew Hicks <mhicks@mhicks-host.usersys.redhat.com> | 2008-06-24 10:50:35 -0400 |
| commit | 3f4e31f648eb7f744cf385cfc5e333eaa3378738 (patch) | |
| tree | fc6b95dce2193c390f712accd4f20fd9c4d15c53 /cloudmasterd/extra/cloudmasterd.apache | |
| parent | 4ec70ff34acf9ef7733cf6dc606a147a9c3ca9bd (diff) | |
| download | tools-3f4e31f648eb7f744cf385cfc5e333eaa3378738.tar.gz tools-3f4e31f648eb7f744cf385cfc5e333eaa3378738.tar.xz tools-3f4e31f648eb7f744cf385cfc5e333eaa3378738.zip | |
Cloud master cleanup
Diffstat (limited to 'cloudmasterd/extra/cloudmasterd.apache')
| -rw-r--r-- | cloudmasterd/extra/cloudmasterd.apache | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cloudmasterd/extra/cloudmasterd.apache b/cloudmasterd/extra/cloudmasterd.apache new file mode 100644 index 0000000..eee8b37 --- /dev/null +++ b/cloudmasterd/extra/cloudmasterd.apache @@ -0,0 +1,5 @@ +RewriteEngine On +RewriteRule ^/$ http://%{SERVER_NAME}/cloud/status.html [NE] + +ProxyPass /cloud http://localhost:8107 +ProxyPassReverse /cloud http://localhost:8107 |
