随笔分类 - nginx
摘要:nginx的location配置详解:location匹配规则 location指令 server{ listen 80; server_name localhost; location / { } location /abc{ } ... } location:用来设置请求的URI 默认值 — 语
阅读全文
摘要:nginx代理vue项目, nginx的配置文件: 假如访问52ccn.com 代理到后面的vue项目 vue项目路径/www/website/red/admin nginx ssl证书位置在这个文件夹下面/usr/local/nginx/conf/cert/ 然后项目中接口请求统一使用/prod-
阅读全文