summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2016-02-10 21:48:58 +0100
committerJim Jagielski <jim@apache.org>2016-02-10 21:48:58 +0100
commit9fdf8cf405f954d66383f7d89cc90af8a110dd46 (patch)
tree00e3c3a03fefb909266f3d98d954382a8b93837a
parentAdjust size... (diff)
downloadapache2-9fdf8cf405f954d66383f7d89cc90af8a110dd46.tar.xz
apache2-9fdf8cf405f954d66383f7d89cc90af8a110dd46.zip
Make images align center
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729726 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--docs/manual/howto/reverse_proxy.html.en8
-rw-r--r--docs/manual/howto/reverse_proxy.xml8
2 files changed, 8 insertions, 8 deletions
diff --git a/docs/manual/howto/reverse_proxy.html.en b/docs/manual/howto/reverse_proxy.html.en
index c6ce3190a1..78e46d4fa3 100644
--- a/docs/manual/howto/reverse_proxy.html.en
+++ b/docs/manual/howto/reverse_proxy.html.en
@@ -52,7 +52,7 @@
the reverse proxy server <em>is</em> the sole source of all content.</p>
<p>A typical implementation is below:</p>
- <p><img src="../images/reverse-proxy-arch.png" alt="reverse-proxy-arch" /></p>
+ <p class="centered"><img src="../images/reverse-proxy-arch.png" alt="reverse-proxy-arch" /></p>
</div>
<div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#related">Reverse Proxy</a></li>
@@ -243,19 +243,19 @@ ProxyPassReverse "/images" "balancer://myset"</pre>
(eg: <code>http://rproxy.example.com/balancer-manager/</code>, you will see a
page similar to the below:
</p>
- <p><img src="../images/bal-man.png" alt="balancer-manager page" /></p>
+ <p class="centered"><img src="../images/bal-man.png" alt="balancer-manager page" /></p>
<p>
This form allows the devops admin to adjust various parameters, take
workers offline, change load balancing methods and add new works. For
example, clicking on the balancer itself, you will get the following page:
</p>
- <p><img src="../images/bal-man-b.png" alt="balancer-manager page" /></p>
+ <p class="centered"><img src="../images/bal-man-b.png" alt="balancer-manager page" /></p>
<p>
Whereas clicking on a worker, displays this page:
</p>
- <p><img src="../images/bal-man-w.png" alt="balancer-manager page" /></p>
+ <p class="centered"><img src="../images/bal-man-w.png" alt="balancer-manager page" /></p>
<p>
To have these changes persist restarts of the reverse proxy, ensure that
diff --git a/docs/manual/howto/reverse_proxy.xml b/docs/manual/howto/reverse_proxy.xml
index 6aca0229a0..348192d167 100644
--- a/docs/manual/howto/reverse_proxy.xml
+++ b/docs/manual/howto/reverse_proxy.xml
@@ -48,7 +48,7 @@
the reverse proxy server <em>is</em> the sole source of all content.</p>
<p>A typical implementation is below:</p>
- <p><img src="../images/reverse-proxy-arch.png" alt="reverse-proxy-arch" /></p>
+ <p class="centered"><img src="../images/reverse-proxy-arch.png" alt="reverse-proxy-arch" /></p>
</summary>
@@ -250,19 +250,19 @@ ProxyPassReverse "/images" "balancer://myset"
(eg: <code>http://rproxy.example.com/balancer-manager/</code>, you will see a
page similar to the below:
</p>
- <p><img src="../images/bal-man.png" alt="balancer-manager page" /></p>
+ <p class="centered"><img src="../images/bal-man.png" alt="balancer-manager page" /></p>
<p>
This form allows the devops admin to adjust various parameters, take
workers offline, change load balancing methods and add new works. For
example, clicking on the balancer itself, you will get the following page:
</p>
- <p><img src="../images/bal-man-b.png" alt="balancer-manager page" /></p>
+ <p class="centered"><img src="../images/bal-man-b.png" alt="balancer-manager page" /></p>
<p>
Whereas clicking on a worker, displays this page:
</p>
- <p><img src="../images/bal-man-w.png" alt="balancer-manager page" /></p>
+ <p class="centered"><img src="../images/bal-man-w.png" alt="balancer-manager page" /></p>
<p>
To have these changes persist restarts of the reverse proxy, ensure that