Skip to content

Commit ef1327d

Browse files
committed
fix: make utpp scan paths more specific
1 parent 588d5f8 commit ef1327d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fi
2929

3030

3131
echo -e "${YELLOW}[ 1/$MAX_STEPS ] Pre-processing configs using utpp... ${NC}"
32-
utpp "/etc/nginx/**;/etc/php/**;/var/www/html/*.php"
32+
utpp "/etc/nginx/nginx.conf;/etc/nginx/conf.d/default.conf;/etc/php/**;/var/www/html/*.php"
3333

3434
echo -e "${YELLOW}[ 2/$MAX_STEPS ] Starting php-fpm... ${NC}"
3535
php-fpm8.5 -F -R &

0 commit comments

Comments
 (0)