increased upload size for restore to 100mb
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user