spring boot 1.x nginx前置https配置及注意点
Posted 太白的技术博客
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring boot 1.x nginx前置https配置及注意点相关的知识,希望对你有一定的参考价值。
首先参考nginx配置https并强制http自动跳转到https配置nginx的https证书。
然后在application.properties中加上属性如下:
server.tomcat.remote_ip_header=x-forwarded-for server.tomcat.protocol_header=x-forwarded-proto server.tomcat.port-header=X-Forwarded-Port server.use-forward-headers=true
其他就无需特殊处理可以了,websocket也无须特殊处理。
以上是关于spring boot 1.x nginx前置https配置及注意点的主要内容,如果未能解决你的问题,请参考以下文章
ElasticSearch 7.3 结合Spring boot进行增删改查和批量(bulk)详解
Angularjs + Spring-boot + nginx的CORS问题
spring boot 1.x.x 到 spring boot 2.x.x 的那些变化
再见 Spring Boot 1.X ,Spring Boot 2.X 走向舞台中心
Spring Boot 2.0:Docker Compose + Spring Boot + Nginx + Mysql 实践