Update cable.conf
This commit is contained in:
parent
485a54e102
commit
430baf1303
1 changed files with 3 additions and 6 deletions
|
@ -59,14 +59,11 @@
|
||||||
ProxyVia Block
|
ProxyVia Block
|
||||||
ProxyPreserveHost On
|
ProxyPreserveHost On
|
||||||
|
|
||||||
## The AllowConnect directive specifies a list of ports
|
# The AllowConnect directive specifies a list of ports
|
||||||
## to which the proxy CONNECT method may connect.
|
# to which the proxy CONNECT method may connect.
|
||||||
AllowConnect 443
|
AllowConnect 443
|
||||||
|
|
||||||
## Only ever allow incoming HTTP CONNECT requests.
|
# Only allow HTTP CONNECT requests, denying the others (GET, POST, ...).
|
||||||
## 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.
|
|
||||||
<Location />
|
<Location />
|
||||||
<LimitExcept CONNECT>
|
<LimitExcept CONNECT>
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
|
|
Loading…
Reference in a new issue