From ff6c2b341d4d9469a9ef4b26737386148304418d Mon Sep 17 00:00:00 2001 From: kisst Date: Wed, 24 Feb 2016 14:33:01 +0000 Subject: [PATCH] update catch all vhost example doc --- manifests/resource/vhost.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/resource/vhost.pp b/manifests/resource/vhost.pp index 28d172f..c83a4b2 100644 --- a/manifests/resource/vhost.pp +++ b/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