浏览代码

Merge pull request #770 from kisst/master

update catch all vhost example doc
Matthew Haughton 8 年之前
父节点
当前提交
38fd1950fb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      manifests/resource/vhost.pp

+ 1 - 1
manifests/resource/vhost.pp

@@ -10,7 +10,7 @@
 #   [*listen_port*]         - Default IP Port for NGINX to listen with this
 #     vHost on. Defaults to TCP 80
 #   [*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
 #     listening support (false|true).
 #   [*listen_unix_socket*]  - Default unix socket for NGINX to listen with this