Commit 76543bd9 by John Jarvis

use var for enabled dir

parent 9e852d8a
......@@ -63,6 +63,6 @@ http {
##
include {{ nginx_conf_dir }}/*.conf;
include /etc/nginx/sites-enabled/*;
include {{ nginx_sites_enabled_dir }}/*;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment