瀏覽代碼

Update cable.conf

torn 7 年之前
父節點
當前提交
430baf1303
共有 1 個文件被更改,包括 3 次插入6 次删除
  1. 3 6
      cable.conf

+ 3 - 6
cable.conf

@@ -59,14 +59,11 @@
 	ProxyVia Block
 	ProxyPreserveHost On
 
-	## The AllowConnect directive specifies a list of ports
-	## to which the proxy CONNECT method may connect.
+	# The AllowConnect directive specifies a list of ports
+	# to which the proxy CONNECT method may connect.
 	AllowConnect 443
 
-	## Only ever allow incoming HTTP CONNECT requests.
-	## Explicitly deny other request types like GET, POST, etc.
-	## This tells Apache to return a 403 Forbidden if this virtual
-	## host receives anything other than an HTTP CONNECT.
+	# Only allow HTTP CONNECT requests, denying the others (GET, POST, ...).
 	<Location />
 		<LimitExcept CONNECT>
 			Order allow,deny