feat: more upload size for nginx

This commit is contained in:
log101 2025-03-02 10:14:25 +03:00
parent dfc2ce806e
commit 85c2005d0a

View File

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