X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mods%2Fsample-nginx.config;h=b90e1fe29f710e011ee9681140fa0d5d77358775;hb=3e00fcd1ca28be2bbac4972c2ec5ac6cd1b51782;hp=71d37855169c39a41f1685b5da4dc160c21c8572;hpb=c5558cc4595263e2654bb614f54d61273d79bc5f;p=friendica.git diff --git a/mods/sample-nginx.config b/mods/sample-nginx.config index 71d3785516..b90e1fe29f 100644 --- a/mods/sample-nginx.config +++ b/mods/sample-nginx.config @@ -141,4 +141,9 @@ server { location ~ /\. { deny all; } + + # deny access to the CLI scripts + location ^~ /bin { + deny all; + } }