diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-07-20 15:22:03 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-07-20 18:01:37 -0600 |
| commit | bc24082c6f3a8e0b314d338d42b2bf76073fd5f7 (patch) | |
| tree | 2e9c037c7f1e0b6965c9ea1f560359bdeed5d3fe /sys/web/default.nix | |
| parent | 2471ef3f39083538202a65375885869e54477ec2 (diff) | |
sys/web: add support for multiple sites
Diffstat (limited to '')
| -rw-r--r-- | sys/web/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/web/default.nix b/sys/web/default.nix index 6c73506..2fc769f 100644 --- a/sys/web/default.nix +++ b/sys/web/default.nix @@ -2,5 +2,6 @@ imports = [ ./nginx.nix ./php-fpm.nix + ./sites ]; } |
