tweak
This commit is contained in:
parent
d64c6f9eb6
commit
5ce644d69d
1 changed files with 2 additions and 6 deletions
|
@ -14,12 +14,8 @@ in
|
||||||
home = up_dir;
|
home = up_dir;
|
||||||
# group = config.services.nginx.group;
|
# group = config.services.nginx.group;
|
||||||
group = "nginx";
|
group = "nginx";
|
||||||
# Unsure why this is broken, but couldn't make things work without
|
createHome = true;
|
||||||
# creating the directory by hand.
|
homeMode = "750";
|
||||||
# TODO: this might have been because I used up_dir = /srv/up before;
|
|
||||||
# maybe this would work now?
|
|
||||||
# createHome = true;
|
|
||||||
# homeMode = "750";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx.virtualHosts."srv.isomorphis.me" = {
|
services.nginx.virtualHosts."srv.isomorphis.me" = {
|
||||||
|
|
Loading…
Reference in a new issue