mirror of
https://github.com/Nathanwoodburn/hnschat-web.git
synced 2025-01-18 19:58:12 +11:00
fix: Remove a2enmod
This commit is contained in:
parent
765ea10183
commit
e1fe459b50
@ -26,7 +26,6 @@
|
|||||||
"nixPkgs": [
|
"nixPkgs": [
|
||||||
"(php83.withExtensions (pe: pe.enabled ++ []))",
|
"(php83.withExtensions (pe: pe.enabled ++ []))",
|
||||||
"apacheHttpd",
|
"apacheHttpd",
|
||||||
"apache2-utils",
|
|
||||||
"libmysqlclient",
|
"libmysqlclient",
|
||||||
"php83Packages.composer",
|
"php83Packages.composer",
|
||||||
"nodejs_18",
|
"nodejs_18",
|
||||||
@ -42,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"start": {
|
"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)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user