First commit

This commit is contained in:
MaddoScientisto 2026-03-13 21:12:15 +01:00
commit fdaacfc5a6
19 changed files with 919 additions and 0 deletions

View file

@ -0,0 +1,5 @@
client_max_body_size 800M;
location / {
try_files $uri $uri/ /index.php?$args;
}