
nginx
南乡子_
\(^o^)/~
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
nginx配置https
server { listen 443; server_name host_name; ssl on; root /mnt/www/qd/public; index index.html index.htm index.php; ssl_certificate /etc/nginx/cert/channeltest/cert-154025842...原创 2018-10-23 15:41:01 · 259 阅读 · 0 评论 -
前后端分离+微信授权+跨域
这个项目是前后端分离的 前端采用Vue开发,后端是lumen 5.7,nginx 服务器 前后端是不同的次级域名 以上是背景,记录以下遇到的几个问题 跨域问题 前端地址 http://front.abc.com 后端地址 http://back.abc.com 网页从前端访问后端接口,存在跨域问题。使用nginx 配置代理解决 nginx配置 server { listen ...原创 2019-04-11 17:59:03 · 4491 阅读 · 1 评论