diff --git a/inc/sites.inc b/inc/sites.inc index 9c301373..bbb6c24a 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -583,7 +583,7 @@ SITEINFO(){ gosite=${NM_NGINXPATH[${RUN_NODE_TYPE}]}/sites-enabled declare -A SITELIST if [ "${gosite}" != "" ]; then - sites=$(find ${gosite}/w*.conf); i=0 + sites=$(find ${gosite}/*.conf); i=0 if [ "${1}" == "" ] || ([ "${1}" == "edit" ] && [ "${2}" == "" ]); then for sitefile in ${sites[@]}; do site=${sitefile##*/}; site=${site/.conf/}