Merge pull request #832 from nicolas-fort/T4480-Webproxy

T4480: Webproxy: add docs for setting ports to acl Safe_ports and SSL ports
This commit is contained in:
Robert Göhler 2022-08-15 09:53:36 +02:00 committed by GitHub
commit 158adb119b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,6 +137,17 @@ Configuration
set service webproxy reply-body-max-size 2048
.. cfgcmd:: set service webproxy safe-ports <port>
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 <port>
Add new port to SSL-ports acl. Ports included by default in SSL-ports acl:
443
Authentication
==============