fix importer

fix plugins on docker
This commit is contained in:
Saeed Vaziry
2025-06-19 16:41:46 +02:00
parent 2081bdd46e
commit f97fffe654
6 changed files with 21 additions and 5 deletions

View File

@ -7,6 +7,8 @@ server {
add_header X-Frame-Options "SAMEORIGIN";
add_header X-Content-Type-Options "nosniff";
client_max_body_size 100M;
index index.php;
charset utf-8;