summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2020-07-17 14:59:45 -0700
committerTim Burke <tim.burke@gmail.com>2020-07-20 15:17:12 -0700
commit314347a3cb3770523b6324f4c4d57f63d89c5936 (patch)
tree4be3ba98674ee7621a4243c0f7a8b2a544a1cdfe /examples
parent0eee3b5bcd6bfbfacc6bc354e84c4b52973a1c03 (diff)
downloadswift-314347a3cb3770523b6324f4c4d57f63d89c5936.tar.gz
Update SAIO & docker image to use 62xx ports
Note that existing SAIOs with 60xx ports should still work fine. Change-Id: If5dd79f926fa51a58b3a732b212b484a7e9f00db Related-Change: Ie1c778b159792c8e259e2a54cb86051686ac9d18
Diffstat (limited to 'examples')
-rw-r--r--examples/apache2/account-server.template2
-rw-r--r--examples/apache2/container-server.template2
-rw-r--r--examples/apache2/object-server.template2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/apache2/account-server.template b/examples/apache2/account-server.template
index 071a6cdd8..d336a130d 100644
--- a/examples/apache2/account-server.template
+++ b/examples/apache2/account-server.template
@@ -6,7 +6,7 @@
# Change the debug level as you see fit
#
# For example:
-# Replace %PORT% by 6012
+# Replace %PORT% by 6212
# Replace %SERVICENAME% by account-server-1
# Replace %USER% with apache (or remove it for default)
diff --git a/examples/apache2/container-server.template b/examples/apache2/container-server.template
index b0b5c7e70..5b504b195 100644
--- a/examples/apache2/container-server.template
+++ b/examples/apache2/container-server.template
@@ -6,7 +6,7 @@
# Change the debug level as you see fit
#
# For example:
-# Replace %PORT% by 6011
+# Replace %PORT% by 6211
# Replace %SERVICENAME% by container-server-1
# Replace %USER% with apache (or remove it for default)
diff --git a/examples/apache2/object-server.template b/examples/apache2/object-server.template
index 36e35792a..8e8ed6567 100644
--- a/examples/apache2/object-server.template
+++ b/examples/apache2/object-server.template
@@ -6,7 +6,7 @@
# Change the debug level as you see fit
#
# For example:
-# Replace %PORT% by 6010
+# Replace %PORT% by 6210
# Replace %SERVICENAME% by object-server-1
# Replace %USER% with apache (or remove it for default)