Merge pull request #770 from kisst/master

update catch all vhost example doc
This commit is contained in:
Matthew Haughton 2016-02-24 09:42:36 -05:00
commit 38fd1950fb

View file

@ -10,7 +10,7 @@
# [*listen_port*] - Default IP Port for NGINX to listen with this # [*listen_port*] - Default IP Port for NGINX to listen with this
# vHost on. Defaults to TCP 80 # vHost on. Defaults to TCP 80
# [*listen_options*] - Extra options for listen directive like # [*listen_options*] - Extra options for listen directive like
# 'default' to catchall. Undef by default. # 'default_server' to catchall. Undef by default.
# [*listen_unix_socket_enable*] - BOOL value to enable/disable UNIX socket # [*listen_unix_socket_enable*] - BOOL value to enable/disable UNIX socket
# listening support (false|true). # listening support (false|true).
# [*listen_unix_socket*] - Default unix socket for NGINX to listen with this # [*listen_unix_socket*] - Default unix socket for NGINX to listen with this