소스 검색

site.conf: fix bandwith_limit again

Karsten Böddeker 7 년 전
부모
커밋
7af0cfe20f
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  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