From e1fe459b5007240be8e4a2139d8dcdf0546694cb Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Tue, 7 Jan 2025 13:56:26 +1100 Subject: [PATCH] fix: Remove a2enmod --- nixpacks.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixpacks.json b/nixpacks.json index 568fba4..8fd43f0 100644 --- a/nixpacks.json +++ b/nixpacks.json @@ -26,7 +26,6 @@ "nixPkgs": [ "(php83.withExtensions (pe: pe.enabled ++ []))", "apacheHttpd", - "apache2-utils", "libmysqlclient", "php83Packages.composer", "nodejs_18", @@ -42,7 +41,7 @@ } }, "start": { - "cmd": "node /assets/scripts/prestart.mjs /assets/apache.template.conf /etc/apache2/sites-available/000-default.conf && a2enmod proxy_fcgi headers rewrite && (php-fpm -y /assets/php-fpm.conf & apachectl -D FOREGROUND)" + "cmd": "node /assets/scripts/prestart.mjs /assets/apache.template.conf /etc/apache2/sites-available/000-default.conf && (php-fpm -y /assets/php-fpm.conf & apachectl -D FOREGROUND)" } } \ No newline at end of file