summaryrefslogtreecommitdiff
path: root/README.pod
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-05-27 20:18:33 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-05-27 20:18:33 +0200
commit92950f1ba2632cf2a591d537bfeedadf450a013b (patch)
treeab8d9280d34729322221fd834de2e90e11f9c015 /README.pod
parent52a243410c47a801a9cee7987c22798933401503 (diff)
New release
Diffstat (limited to 'README.pod')
-rw-r--r--README.pod11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.pod b/README.pod
index 4d3429d..9b3c564 100644
--- a/README.pod
+++ b/README.pod
@@ -174,9 +174,17 @@ by a port:
Examples:
- # Auto resolving of the virtual address (IP) and auto port 80
+ # Auto resolving of the virtual address (IP) and auto port 80. The vserver
+ # name will have added an automatic _PORT suffix to it's name.
fapi vserver fqdn.example.com create
+ # Or just ignore the auto port, will not add any _PORT suffix to the
+ # vserver name.
+ fapi -a ....
+
+ # Example:
+ fapi -a vserver fqdn.example.com_ssl create
+
# Auto resolving of the virtual address (IP)
fapi vserver fqdn.example.com:443 create
@@ -199,6 +207,7 @@ Examples:
# vserver name is 1.2.3.5, its virtual address 1.2.3.4 and port is 80
fapi vserver 1.2.3.5:1.2.3.4:80 create
+
Similar may apply to other object types such as nodes and vips.
=head1 AUTHOR