nixos/nginx: remove option enableSandbox

This commit is contained in:
Izorkin
2020-09-10 08:19:20 +03:00
parent 940195c0e7
commit 535896671b
3 changed files with 2 additions and 12 deletions
-1
View File
@@ -18,7 +18,6 @@ import ./make-test-python.nix ({ pkgs, ... }: {
];
services.nginx.enable = true;
services.nginx.package = pkgs.nginx-lua;
services.nginx.enableSandbox = true;
services.nginx.virtualHosts.localhost = {
extraConfig = ''
location /test1-write {