mirror of https://gitlab.crans.org/nounous/nixos
Fix permissions nginx
parent
6497e4ee23
commit
2c56204dc3
|
@ -46,6 +46,8 @@ in
|
|||
enable = true;
|
||||
package = pkgs.crans.peertube;
|
||||
|
||||
group = "nginx";
|
||||
|
||||
listenWeb = 443;
|
||||
listenHttp = innerPort;
|
||||
enableWebHttps = true;
|
||||
|
|
Loading…
Reference in New Issue