summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-01-31 16:54:03 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-01-31 16:54:03 +0100
commit79c5b22aab148af419788ad8cf3fd0ebb93c8f5a (patch)
treeb08f02a6b085a3d7886c1749c1268d75b31e3b46
parent0f4bd1da4ce2990e95ff77ff872c98b06b039323 (diff)
downloadnixos-79c5b22aab148af419788ad8cf3fd0ebb93c8f5a.tar
nixos-79c5b22aab148af419788ad8cf3fd0ebb93c8f5a.tar.gz
nixos-79c5b22aab148af419788ad8cf3fd0ebb93c8f5a.tar.bz2
nixos-79c5b22aab148af419788ad8cf3fd0ebb93c8f5a.tar.xz
nixos-79c5b22aab148af419788ad8cf3fd0ebb93c8f5a.zip
...
-rw-r--r--hosts/surtr/http.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/surtr/http.nix b/hosts/surtr/http.nix
index fae1e690..a5f08dfe 100644
--- a/hosts/surtr/http.nix
+++ b/hosts/surtr/http.nix
@@ -15,7 +15,6 @@
15 location = [ 15 location = [
16 { 16 {
17 route = [ "/*path" ]; 17 route = [ "/*path" ];
18 methods = [ "all" ];
19 auth = "true"; 18 auth = "true";
20 handler = "virtroot"; 19 handler = "virtroot";
21 setuid = true; 20 setuid = true;