🚑 Fixes firmwares being blocked for download

This commit is contained in:
Franck Nijhof 2018-05-23 21:39:16 +02:00
parent c7cc29adc8
commit efed129ae1
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -19,6 +19,9 @@ http {
root /var/www/sonweb/; root /var/www/sonweb/;
index index.php; index index.php;
location /data/firmwares {
}
location /data/ { location /data/ {
deny all; deny all;
} }