fix(nginx): remove default
This commit is contained in:
parent
ca91cdb33b
commit
40846d3b16
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@
|
|||
enable = true;
|
||||
recommendedProxySettings = true;
|
||||
virtualHosts.${config.services.tvix-binary-cache.nginx.host} = {
|
||||
default = true;
|
||||
locations = lib.mkMerge (
|
||||
lib.mapAttrsToList (name: cfg: {
|
||||
"/${name}".return = "302 /${name}/";
|
||||
|
|
Loading…
Reference in a new issue