Upload / Up1

Client-side encrypted image host web server
MIT License
813 stars 97 forks source link

Uploading 100% #73

Closed loskiq closed 4 years ago

loskiq commented 4 years ago

Up1 freezes on the status of "Uploading 100%".

nginx conf:

location / {
    proxy_pass http://127.0.0.1:22828;
}

Up1 conf:

{
  "api_key": "5e4af627cb6b0f3c92fdad7ea1426dc95b124566",
  "delete_key": "771fea1a5b8c3261feb57a18199348eb236b72af",
  "maximum_file_size": 50000000,

  "path": {
    "i": "/opt/files",
    "client": "../client"
  },

  "http": {
    "enabled": true,
    "listen": "127.0.0.1:22828"
  },

  "https": {
    "enabled": false,
    "listen": ":443",
    "cert": "./cert.pem",
    "key": "./key.pem"
  },

  "cloudflare-cache-invalidate": {
    "enabled": false,
    "token": "Cloudflare API token here",
    "email": "Cloudflare login email here",
    "domain": "Domain to invalidate cache on"
  }
}
loskiq commented 4 years ago

Sometimes Up1 freezes on the status of "Encrypting 98%". Here you can see my problem https://share.loskiq.com

loskiq commented 4 years ago

Sorry, the problem was in client_max_body_size