Nginx

安装

apt-get install nginx

目录

反向代理ContextPath

使用反向代理导致应用无法获取原始访问地址

解决方案

proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for

proxy_set_header HOST $host;