fix: security (#355)

This commit is contained in:
Charles GTE
2026-07-04 12:24:23 +02:00
committed by GitHub
parent a3d0a6e1df
commit 8dcb406790
2 changed files with 60 additions and 6 deletions
+5
View File
@@ -30,6 +30,11 @@ http {
proxy_set_header Connection "upgrade";
}
location = /api/tus/hooks {
deny all;
return 404;
}
location / {
proxy_pass http://127.0.0.1:3000;