Commit 0dfe2150 authored by 陈帅's avatar 陈帅

fix nginx config

close #4347
parent 3fc841b1
......@@ -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;
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment