From 91f92164bea0253cc503339dc18884f78b90c829 Mon Sep 17 00:00:00 2001 From: Gianni Carabelli Date: Mon, 4 Apr 2016 15:30:26 +0200 Subject: [PATCH] enabled --- pillar.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pillar.example b/pillar.example index 54450ca..82fbbf3 100644 --- a/pillar.example +++ b/pillar.example @@ -80,7 +80,7 @@ nginx: mysite: # relative pathname of the vhost file # may be True, False, or None where True is enabled, False, disabled, and None indicates no action available_dir: /tmp/sites-available # an alternate directory (not sites-available) where this vhost may be found - enabled_dir: /tmp/sites-enabled # an alternate directory (not sites-available) where this vhost may be found + enabled_dir: /tmp/sites-enabled # an alternate directory (not sites-enabled) where this vhost may be found disabled_name: mysite.aint_on # an alternative disabled name to be use when not symlinking enabled: True