Commit edf23c5f authored by Kasra Jamshidi's avatar Kasra Jamshidi

Update README.apache_frontend.rst

parent fc34e0ca
...@@ -257,6 +257,7 @@ Simple Example ...@@ -257,6 +257,7 @@ Simple Example
--------------- ---------------
Request slave frontend instance so that https://[1:2:3:4:5:6:7:8]:1234 will be Request slave frontend instance so that https://[1:2:3:4:5:6:7:8]:1234 will be
instance = request( instance = request(
software_release=apache_frontend, software_release=apache_frontend,
software_type="RootSoftwareInstance", software_type="RootSoftwareInstance",
...@@ -278,7 +279,6 @@ Request slave frontend instance so that https://[1:2:3:4:5:6:7:8]:1234 will be ...@@ -278,7 +279,6 @@ Request slave frontend instance so that https://[1:2:3:4:5:6:7:8]:1234 will be
ProxyTimeout 600 ProxyTimeout 600
RewriteEngine On RewriteEngine On
RewriteRule ^/(.*) https://[1:2:3:4:5:6:7:8]:1234/$1 [L,P]', RewriteRule ^/(.*) https://[1:2:3:4:5:6:7:8]:1234/$1 [L,P]',
"apache_custom_http":' "apache_custom_http":'
ServerName www.example.org ServerName www.example.org
ServerAlias www.example.org ServerAlias www.example.org
...@@ -303,6 +303,7 @@ Simple Cache Example ...@@ -303,6 +303,7 @@ Simple Cache Example
-------------------- --------------------
Request slave frontend instance so that https://[1:2:3:4:5:6:7:8]:1234 will be Request slave frontend instance so that https://[1:2:3:4:5:6:7:8]:1234 will be
instance = request( instance = request(
software_release=apache_frontend, software_release=apache_frontend,
software_type="RootSoftwareInstance", software_type="RootSoftwareInstance",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment