随笔分类 -  nginx

nginx日常问题
摘要:1、server为我们当前要配配置的ip以及代理端口号 ` server{ listen 80; server_name localhost; }` 2、location为我们需要代理的ip设置,包括重写,设置超时等等。 ` localtion /api { rewrite '^/xxl-job-a 阅读全文
posted @ 2020-08-29 00:10 yuanhonglin 阅读(10037) 评论(0) 推荐(0)