mobilizon: remove nginx setting that is now provided by updated nixpkgs-mobilizon

This commit is contained in:
Astro 2022-01-08 01:47:59 +01:00
parent 97b8c6802e
commit 518e738cc1
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@
default = true;
forceSSL = true;
enableACME = true;
locations."/".proxyPass = "http://localhost:4000";
};
};
}