diff options
| author | Paul C. Buetow <paul@buetow.org> | 2014-04-15 23:04:54 +0200 |
|---|---|---|
| committer | Paul C. Buetow <paul@buetow.org> | 2014-04-15 23:04:54 +0200 |
| commit | ecff7f55d9185abc10705bfa8cdc0327366904a2 (patch) | |
| tree | 027741ce844056adb52a63c210399fe2a59b4db9 /docs/fapi.txt | |
| parent | 51b7a6d0f3b776f8c8a25078ee35d2e26245149e (diff) | |
cosmetic
Diffstat (limited to 'docs/fapi.txt')
| -rw-r--r-- | docs/fapi.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/fapi.txt b/docs/fapi.txt index 89b4f2c..63ae66b 100644 --- a/docs/fapi.txt +++ b/docs/fapi.txt @@ -96,9 +96,9 @@ EXAMPLES # fapi auto resolves the IP address. f vserver myvserver.example.com:80 create PROTOCOL_TCP nPath - # Add the pool to the vserver. The vservers name will be the FQDN followed - # by _PORT. In this case it would be: myvserver.example.com_80. The reason - # is that : are not allowed in vserver names. + # Add the pool to the vserver. The vservers name inside of BigIP will be the + # FQDN followed by _PORT. In this case it would be: myvserver.example.com_80. + # The reason is that : are not allowed in vserver names. f vserver myvserver.example.com:80 set pool foopool # Add a nPath HTTPS vserver |
