Browse Source

Merge pull request #770 from kisst/master

update catch all vhost example doc
Matthew Haughton 8 years ago
parent
commit
38fd1950fb
1 changed files with 1 additions and 1 deletions
  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