nginx: relax home protection
This commit is contained in:
parent
1186168341
commit
275d11226a
@ -376,6 +376,9 @@
|
|||||||
extraConfig = disableLog;
|
extraConfig = disableLog;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
# Allow nginx to see home directories for static files
|
||||||
|
# (conditional on having proper group permissions).
|
||||||
|
systemd.services.nginx.serviceConfig.ProtectHome = "read-only";
|
||||||
|
|
||||||
|
|
||||||
### Misc. services
|
### Misc. services
|
||||||
|
Loading…
Reference in New Issue
Block a user