File tree 1 file changed +6
-6
lines changed
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:
155
155
:ref: `ref_param_cc_command `
156
156
Execute arbitrary programs
157
157
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.
161
161
162
162
Furthermore you may want to look at and lock down:
163
163
164
164
:ref: `ref_param_syslog_cli_traffic `
165
165
Log all CLI commands to `syslog(8) `, so you know what goes on.
166
166
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 `.
170
170
171
171
:ref: `ref_param_vmod_path `
172
172
The directory (or colon separated list of directories) where
You can’t perform that action at this time.
0 commit comments