From efed129ae160fb227e2bcaa9ae0f585aeb3adef9 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 23 May 2018 21:39:16 +0200 Subject: [PATCH] :ambulance: Fixes firmwares being blocked for download --- sonweb/rootfs/etc/nginx/nginx.conf | 3 +++ 1 file changed, 3 insertions(+) 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; }