wangl1989 / mysiteforme

mysiteforme权限管理系统是作者学习springBoot时基于springBoot开发的一套轻量级的系统脚手架,可以以此形成一套属于自己的系统后台 ,自动生成前后台基本代码;使用Spring Boot、Shiro、MyBatis、Layui等框架,包含:用户管理、角色管理、权限管理、资源管理、数据库管理、源码生成、调度管理等
https://admin.mysiteforme.com
Apache License 2.0
794 stars 308 forks source link

nginx配置https | 孤独的旅行家 #14

Open wangl1989 opened 5 years ago

wangl1989 commented 5 years ago

https://www.mysiteforme.com/2019/05/25/nginx-pei-zhi-https/

访问http默认跳转https server {
listen 80;
server_name admin.mysiteforme.com;
return 301 https