mirror of
https://github.com/hassio-addons/addon-tasmoadmin.git
synced 2025-05-04 19:11:26 +00:00
🚑 Fixes firmwares being blocked for download
This commit is contained in:
parent
c7cc29adc8
commit
efed129ae1
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue