From 0dfe21500db3fcd9c1cc7474a3052cec4b8290e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B8=85?= Date: Sun, 30 Jun 2019 01:03:01 +0800 Subject: [PATCH] fix nginx config close #4347 --- docker/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/nginx.conf b/docker/nginx.conf index 5f86992c..42538a76 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -16,7 +16,6 @@ server { location /api { proxy_pass https://preview.pro.ant.design; proxy_set_header X-Forwarded-Proto $scheme; - proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; } } -- GitLab