File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -92,10 +92,10 @@ qr/\[(warn|error|crit|alert|emerg)\]/
9292--- config eval: $::config
9393--- request
9494PURGE /purge/proxy/passwd
95- --- error_code: 404
95+ --- error_code: 412
9696--- response_headers
9797Content-Type: text/html
98- --- response_body_like: 404 Not Found
98+ --- response_body_like: 412 Precondition Failed
9999--- timeout: 10
100100--- no_error_log eval
101101qr/\[(warn|error|crit|alert|emerg)\]/
Original file line number Diff line number Diff line change @@ -94,10 +94,10 @@ qr/\[(warn|error|crit|alert|emerg)\]/
9494--- config eval: $::config
9595--- request
9696PURGE /purge/proxy/passwd
97- --- error_code: 404
97+ --- error_code: 412
9898--- response_headers
9999Content-Type: text/html
100- --- response_body_like: 404 Not Found
100+ --- response_body_like: 412 Precondition Failed
101101--- timeout: 10
102102--- no_error_log eval
103103qr/\[(warn|error|crit|alert|emerg)\]/
Original file line number Diff line number Diff line change @@ -124,10 +124,10 @@ qr/\[(warn|error|crit|alert|emerg)\]/
124124--- config eval: $::config
125125--- request
126126PURGE /proxy/passwd
127- --- error_code: 404
127+ --- error_code: 412
128128--- response_headers
129129Content-Type: text/html
130- --- response_body_like: 404 Not Found
130+ --- response_body_like: 412 Precondition Failed
131131--- timeout: 10
132132--- no_error_log eval
133133qr/\[(warn|error|crit|alert|emerg)\]/
@@ -190,10 +190,10 @@ qr/\[(warn|error|crit|alert|emerg)\]/
190190--- config eval: $::config_allowed
191191--- request
192192PURGE /proxy/passwd
193- --- error_code: 404
193+ --- error_code: 412
194194--- response_headers
195195Content-Type: text/html
196- --- response_body_like: 404 Not Found
196+ --- response_body_like: 412 Precondition Failed
197197--- timeout: 10
198198--- no_error_log eval
199199qr/\[(warn|error|crit|alert|emerg)\]/
Original file line number Diff line number Diff line change @@ -127,10 +127,10 @@ qr/\[(warn|error|crit|alert|emerg)\]/
127127--- config eval: $::config
128128--- request
129129PURGE /proxy/passwd
130- --- error_code: 404
130+ --- error_code: 412
131131--- response_headers
132132Content-Type: text/html
133- --- response_body_like: 404 Not Found
133+ --- response_body_like: 412 Precondition Failed
134134--- timeout: 10
135135--- no_error_log eval
136136qr/\[(warn|error|crit|alert|emerg)\]/
@@ -193,10 +193,10 @@ qr/\[(warn|error|crit|alert|emerg)\]/
193193--- config eval: $::config_allowed
194194--- request
195195PURGE /proxy/passwd
196- --- error_code: 404
196+ --- error_code: 412
197197--- response_headers
198198Content-Type: text/html
199- --- response_body_like: 404 Not Found
199+ --- response_body_like: 412 Precondition Failed
200200--- timeout: 10
201201--- no_error_log eval
202202qr/\[(warn|error|crit|alert|emerg)\]/
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ our $config = <<'_EOC_';
2525
2626
2727 location = /etc/passwd {
28- root /var/www/html ;
28+ root /;
2929 }
3030_EOC_
3131
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ our $config = <<'_EOC_';
2525
2626
2727 location = /etc/passwd {
28- root /var/www/html ;
28+ root /;
2929 }
3030_EOC_
3131
You can’t perform that action at this time.
0 commit comments