mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Clarify docs for create_site
This commit is contained in:
parent
c63a62d080
commit
d0240e7c7d
@ -211,8 +211,8 @@ def create_site(name, sourcepath, apppool='', hostheader='',
|
||||
name (str): The IIS site name.
|
||||
sourcepath (str): The physical path of the IIS site.
|
||||
apppool (str): The name of the IIS application pool.
|
||||
hostheader (str): The host header of the binding. Usually the hostname,
|
||||
ie: contoso.com
|
||||
hostheader (str): The host header of the binding. Usually the hostname
|
||||
or website name, ie: www.contoso.com
|
||||
ipaddress (str): The IP address of the binding.
|
||||
port (int): The TCP port of the binding.
|
||||
protocol (str): The application protocol of the binding. (http, https,
|
||||
|
Loading…
Reference in New Issue
Block a user