Incrase permitted upload size
This commit is contained in:
@@ -16,8 +16,8 @@ spring:
|
|||||||
|
|
||||||
servlet:
|
servlet:
|
||||||
multipart:
|
multipart:
|
||||||
max-file-size: 10MB # Reduced for security (was 250MB)
|
max-file-size: 256MB # Increased for backup restore
|
||||||
max-request-size: 15MB # Slightly higher to account for form data
|
max-request-size: 260MB # Slightly higher to account for form data
|
||||||
|
|
||||||
server:
|
server:
|
||||||
port: 8080
|
port: 8080
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ http {
|
|||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
client_max_body_size 10M;
|
client_max_body_size 256M;
|
||||||
|
|
||||||
# Frontend routes
|
# Frontend routes
|
||||||
location / {
|
location / {
|
||||||
|
|||||||
Reference in New Issue
Block a user