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:
@@ -2,6 +2,9 @@ server {
|
|||||||
listen 80;
|
listen 80;
|
||||||
server_name localhost;
|
server_name localhost;
|
||||||
|
|
||||||
|
# Allow large file uploads (50MB)
|
||||||
|
client_max_body_size 50M;
|
||||||
|
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
index index.html;
|
index index.html;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user