diff options
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 |
