From 7021ebbb29fbb709f3c86d9fe3e71f9c3d6441ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com> Date: Fri, 4 Jan 2013 11:16:48 +0100 Subject: [PATCH] Update forntend doc to reflect new public-ipv4 parameter --- software/apache-frontend/README.apache_frontend.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/software/apache-frontend/README.apache_frontend.txt b/software/apache-frontend/README.apache_frontend.txt index 550f1bdb7..f3db8e9da 100644 --- a/software/apache-frontend/README.apache_frontend.txt +++ b/software/apache-frontend/README.apache_frontend.txt @@ -13,15 +13,18 @@ How to deploy a frontend server =============================== This is to deploy an entire frontend server with a public IPv4. -If you want to use an already deployed frontend to make your service avilable +If you want to use an already deployed frontend to make your service available via ipv4, switch to the "Example" parts. -First, you will need to request a "master" instance of Apache Frontend with -"domain" parameter, like:: +First, you will need to request a "master" instance of Apache Frontend with: + * A "domain" parameter where the frontend will be available + * A "public-ipv4" parameter to state which public IPv4 will be used + +like:: <?xml version='1.0' encoding='utf-8'?> <instance> <parameter id="domain">moulefrite.org</parameter> - <parameter id="port">443</parameter> + <parameter id="public-ipv4">xxx.xxx.xxx.xxx</parameter> </instance> Then, it is possible to request many slave instances -- 2.30.9