Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kasra Jamshidi
slapos
Commits
edf23c5f
Commit
edf23c5f
authored
Dec 07, 2016
by
Kasra Jamshidi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.apache_frontend.rst
parent
fc34e0ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
software/apache-frontend/README.apache_frontend.rst
software/apache-frontend/README.apache_frontend.rst
+2
-1
No files found.
software/apache-frontend/README.apache_frontend.rst
View file @
edf23c5f
...
@@ -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",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment