sitev2 prog and static sites mod

This commit is contained in:
Reid 2024-02-04 17:33:38 -08:00
parent 97804ef879
commit 0c2895de1b
3 changed files with 100 additions and 0 deletions

View file

@ -12,10 +12,17 @@ in {
port = 3000;
};
# you should probably keep this on
# configures acme, gzip, optimization, proxy, and ssl config
# opens ports and adds some Headers
nginx-config = {
enable = true;
defaultLuaPackagePath = /var/www/reidlab.online/lua;
};
staticSites = {
"v2.reidlab.online" = "/var/www/v2.reidlab.online";
};
};
};