Sanvu88

Results 3 comments of Sanvu88

In my understanding, by default, Nginx will create a directory if it doesn't exist. However, it will only create the last directory in the path. For example, if my cache...

> You can use geoip2 module. https://docs.addesp.com/ngx_waf/advance/directive.html#waf-under-attack [leev/ngx_http_geoip2_module#76](https://github.com/leev/ngx_http_geoip2_module/issues/76) But when i try with the following configuration map $geoip_country_code $block_country { US 0; default 1; } server { .... waf on;...

> Are you directly just proxying passing it to the applications or doing any regex matching? I'm not. It seems Nginx will automatically remove the / at the end and...