Commit 016bbec3 authored by tanyang's avatar tanyang

更新nginx

parent 24f2cbb4
...@@ -15,16 +15,6 @@ server ...@@ -15,16 +15,6 @@ server
try_files $uri $uri/ /index.html; try_files $uri $uri/ /index.html;
} }
; location /prod-api/ {
; proxy_redirect off;
; proxy_set_header Host $host;
; proxy_set_header X-Real-IP $remote_addr;
; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
; # 后端服务地址
; proxy_pass http://localhost:9200;
; }
location = /50x.html { location = /50x.html {
root html; root html;
} }
......
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