sitev2 prog and static sites mod
This commit is contained in:
parent
97804ef879
commit
0c2895de1b
3 changed files with 100 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue