webserver - split into seqs nginx and php and enhanced functionality

This commit is contained in:
2022-11-22 21:58:09 +01:00
parent ffa8ec12f1
commit 5b558ce224
4 changed files with 352 additions and 183 deletions

5
seqs/php.cfg.example Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
sc_phpVersion="8.0"
# Add packages to be installed alongside the default (fpm cli)
sc_phpPackages=(zip bz2)