chore: increase nginx upload size

This commit is contained in:
log101 2025-03-02 10:22:17 +03:00
parent b8a59c7205
commit 2f28366cca

View File

@ -8,7 +8,7 @@ http {
server { server {
listen 8080; listen 8080;
server_name _; server_name _;
client_max_body_size 8M; client_max_body_size 50M;
root /usr/share/nginx/html; root /usr/share/nginx/html;
index index.html index.htm; index index.html index.htm;