Merge pull request #8 from outis1one/claude/download-classic-eyes-EWMFj

Increase nginx client_max_body_size to 50MB for image uploads
This commit is contained in:
outis1one
2026-01-24 22:12:28 -05:00
committed by GitHub
+3
View File
@@ -2,6 +2,9 @@ server {
listen 80;
server_name localhost;
# Allow large file uploads (50MB)
client_max_body_size 50M;
root /usr/share/nginx/html;
index index.html;