From aa907b7a1781c022804b71e729b101a3789f9ee9 Mon Sep 17 00:00:00 2001 From: magikcypress Date: Sun, 2 Apr 2017 17:26:25 +0200 Subject: [PATCH] [fix] Upload problem --- conf/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index ea4ce6b..d761ca3 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -21,6 +21,7 @@ location __PATH__ { proxy_set_header Upgrade $http_upgrade ; proxy_set_header Connection "upgrade" ; + proxy_http_version 1.1; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;