diff --git a/sonweb/rootfs/etc/nginx/nginx.conf b/sonweb/rootfs/etc/nginx/nginx.conf index 02c0b97..3d1a7e0 100755 --- a/sonweb/rootfs/etc/nginx/nginx.conf +++ b/sonweb/rootfs/etc/nginx/nginx.conf @@ -19,6 +19,9 @@ http { root /var/www/sonweb/; index index.php; + location /data/firmwares { + } + location /data/ { deny all; }