Browse Source

fix nginx config

close #4347
陈帅 6 years ago
parent
commit
0dfe21500d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      docker/nginx.conf

+ 0 - 1
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;
     }
 }