summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-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;