File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -155,18 +155,18 @@ HTTP service, but a few can do more damage than others:
155155:ref: `ref_param_cc_command `
156156 Execute arbitrary programs
157157
158- :ref: `ref_param_vcc_allow_inline_c `
159- Allow inline C in VCL, which would allow any C code from VCL
160- to be executed by Varnish.
158+ :ref: `ref_param_vcc_feature `
159+ The `` allow_inline_c `` flag would allow any C code from VCL to be
160+ executed by Varnish.
161161
162162Furthermore you may want to look at and lock down:
163163
164164:ref: `ref_param_syslog_cli_traffic `
165165 Log all CLI commands to `syslog(8) `, so you know what goes on.
166166
167- :ref: `ref_param_vcc_unsafe_path `
168- Restrict VCL/VMODs to :ref: ` ref_param_vcl_path ` and
169- :ref: `ref_param_vmod_path `
167+ :ref: `ref_param_vcc_feature ` again
168+ The `` unsafe_path `` flag allows VCL/VMODs to be loaded outside of
169+ :ref: `ref_param_vcl_path ` and :ref: ` ref_param_vmod_path `.
170170
171171:ref: `ref_param_vmod_path `
172172 The directory (or colon separated list of directories) where
You can’t perform that action at this time.
0 commit comments