adding file upload & tags

This commit is contained in:
2026-05-12 09:52:15 +02:00
parent 494f30d6c3
commit 988da11f80
10 changed files with 366 additions and 9 deletions
+5
View File
@@ -14,6 +14,11 @@ server {
include fastcgi_params;
}
location /uploads/ {
alias /var/www/uploads/;
add_header Content-Disposition 'inline';
}
location / {
try_files $uri $uri/ /index.html;
}