increased upload size for restore to 100mb
This commit is contained in:
@@ -4,7 +4,7 @@ http {
|
||||
server {
|
||||
listen 80;
|
||||
server_name localhost;
|
||||
|
||||
client_max_body_size 100M;
|
||||
location / {
|
||||
proxy_pass http://app:8080;
|
||||
proxy_set_header Host $host;
|
||||
|
||||
Reference in New Issue
Block a user