nginx
文章平均质量分 80
easy4use
开源项目https://easy4use.cn
展开
-
springboot dubbo(zookeeper) nginx前后端分离 linux服务器环境安装
一:软件准备 1.jdk-8u151-linux-x64.tar.gz 2. zookeeper-3.3.6.tar.gz 3.nginx-1.9.12.tar.gz 资源整合下载:jdk-8u151+maven-3.3.9+nginx-1.9.12+zookeeper-3.3.6+tomcat-8.5.23+redis-2.6 https://download.csdn.net/...原创 2019-08-19 21:34:39 · 2319 阅读 · 0 评论 -
jenkins 自动化部署 springboot dubbo 微服务 以及nginx前后端分离静态文件自动部署
一:准备工作 1.springboot dubbo(zookeeper) nginx前后端分离 linux服务器环境安装 参考博客:https://blog.csdn.net/ssyujay/article/details/81271830 2.jenkins maven role权限控制 linux服务器安装 参考博客:https://blog.csdn.net/ssyujay/art...原创 2019-08-19 21:34:50 · 4069 阅读 · 0 评论 -
使用nginx代理,后台怎么获取真实的IP
1.在nginx.conf配置中加入配置信息 proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $sch...原创 2019-09-23 10:08:49 · 2046 阅读 · 0 评论 -
Nginx SSL(https)申请配置安装
一:购买阿里云SSL免费服务 购买成功后提交审核,并且绑定域名,最后下载Key。 二:配置nginx 参考阿里云帮助文档: https://help.aliyun.com/document_detail/98728.html?spm=a2c4g.11186623.2.22.14192242Ejjg3w#concept-n45-21x-yfb 在ngin...原创 2019-10-13 14:43:22 · 594 阅读 · 0 评论