increased upload size for restore to 100mb

This commit is contained in:
2025-04-24 18:58:47 -04:00
parent d011550f3a
commit 89c2d4fba3

View File

@@ -4,7 +4,7 @@ http {
server { server {
listen 80; listen 80;
server_name localhost; server_name localhost;
client_max_body_size 100M;
location / { location / {
proxy_pass http://app:8080; proxy_pass http://app:8080;
proxy_set_header Host $host; proxy_set_header Host $host;