随笔分类 -  Linux

服务器
摘要:文档官网:https://www.rabbitmq.com/tutorials/tutorial-one-php RabbitMQ关系说明: 交换机:一个交换机可以有多个路由(routeKey),一个路由(routeKey)可以绑定多个队列。在发布消息的时候指定交换机对应的路由(routeKey), 阅读全文
posted @ 2024-11-01 20:59 zhuoxin 阅读(375) 评论(0) 推荐(0)
摘要:# 重写 location / { index index.php index.html index.htm; # 如果请求既不是一个文件,也不是一个目录,则执行一下重写规则 if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 las 阅读全文
posted @ 2024-10-31 14:25 zhuoxin 阅读(60) 评论(0) 推荐(0)