Browse Source

site.conf: fix bandwith_limit again

Karsten Böddeker 7 years ago
parent
commit
7af0cfe20f
1 changed files with 6 additions and 6 deletions
  1. 6 6
      site.conf

+ 6 - 6
site.conf

@@ -150,13 +150,13 @@
 				},
 			},
 		},
-	},
 
-	-- default traffic shaping (bandwidth limit) settings
-	bandwidth_limit = {
-		enabled = false,
-		egress = 500,
-		ingress = 4000,
+		-- default traffic shaping (bandwidth limit) settings
+		bandwidth_limit = {
+			enabled = false,
+			egress = 500,
+			ingress = 4000,
+		},
 	},
 
 	-- configure the autoupdater