From 3b892ca84978463d3d8973826b44235d9628f8ce Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Wed, 6 Dec 2017 17:45:56 -0600 Subject: [PATCH] Force php-fpm and run dnsmasq for valet --- Procfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Procfile b/Procfile index 35aece84..0d0979be 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,3 @@ -nginx: /usr/local/bin/nginx -php-fpm: /usr/local/sbin/php-fpm \ No newline at end of file +dnsmasq: /usr/local/sbin/dnsmasq --keep-in-foreground +php-fpm: /usr/local/sbin/php-fpm --nodaemonize +nginx: /usr/local/bin/nginx