diff --git a/nginx-sample.conf b/nginx-sample.conf index 5a2deab7..8db44d54 100644 --- a/nginx-sample.conf +++ b/nginx-sample.conf @@ -22,6 +22,7 @@ server { deny all; } + # this is very important, be sure its in your nginx conf - it prevents access to logs etc. location /system { deny all; return 404;