From aa476d6ea35ef065aa9912b2456276fae5b436e0 Mon Sep 17 00:00:00 2001 From: Nicolas Fort Date: Fri, 12 Aug 2022 08:26:43 -0300 Subject: T4480: Webproxy: add docs for setting ports to acl Safe_ports and SSL_ports --- docs/configuration/service/webproxy.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs') diff --git a/docs/configuration/service/webproxy.rst b/docs/configuration/service/webproxy.rst index e8f6423e..a6c5ff0a 100644 --- a/docs/configuration/service/webproxy.rst +++ b/docs/configuration/service/webproxy.rst @@ -137,6 +137,17 @@ Configuration set service webproxy reply-body-max-size 2048 +.. cfgcmd:: set service webproxy safe-ports + + Add new port to Safe-ports acl. Ports included by default in Safe-ports acl: + 21, 70, 80, 210, 280, 443, 488, 591, 777, 873, 1025-65535 + +.. cfgcmd:: set service webproxy ssl-safe-ports + + Add new port to SSL-ports acl. Ports included by default in SSL-ports acl: + 443 + + Authentication ============== -- cgit v1.2.3