Raise mobile upload limits

This commit is contained in:
2026-04-09 22:53:14 -07:00
parent 08c9cc4efb
commit d90f8bd645
3 changed files with 16 additions and 3 deletions
+1
View File
@@ -1,6 +1,7 @@
server {
listen 80;
server_name _;
client_max_body_size 64m;
root /usr/share/nginx/html;
index index.html;