]> git.mxchange.org Git - friendica.git/blobdiff - mods/sample-nginx.config
Merge pull request #10880 from MrPetovan/bug/10876-profile-edit
[friendica.git] / mods / sample-nginx.config
index 71d37855169c39a41f1685b5da4dc160c21c8572..b90e1fe29f710e011ee9681140fa0d5d77358775 100644 (file)
@@ -141,4 +141,9 @@ server {
   location ~ /\. {
     deny all;
   }
+
+  # deny access to the CLI scripts
+  location ^~ /bin {
+    deny all;
+  }
 }