mirror of
https://github.com/hassio-addons/addon-tasmoadmin.git
synced 2025-05-04 11:01:27 +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/;
|
||||
index index.php;
|
||||
|
||||
location /data/firmwares {
|
||||
}
|
||||
|
||||
location /data/ {
|
||||
deny all;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue