添加nginx配置文件,解决nginx代理后无法获取客户端真实IP的问题

This commit is contained in:
2018-03-16 13:04:39 +08:00
parent 271934de3c
commit b55b735bb2
9 changed files with 118 additions and 8 deletions

View File

@@ -7,7 +7,6 @@
src: url('../fonts/element-icons.ttf'),
url('../fonts/element-icons.woff'); /* IE9 */
}
*{padding:0;margin:0;}
html{height:100%;}
body{min-height:100%;}
.loginTitle{
@@ -60,7 +59,6 @@ a{
.footer{
width:100%;
font-size:14px;
position:absolute;
bottom:20px;
left:0;
text-align: center;