随笔分类 -  服务器

服务器配置
摘要:端口操作 查看某个端 netstat -and | grep 端口 过滤查看某个端口 netstat -tnlp | grep 端口 杀死某个端口 kill -6 ***** 要列出正在侦听的所有 TCP 或 UDP 端口,包括使用端口和套接字状态的服务 netstat -tunlp 使用 ss 检 阅读全文
posted @ 2022-04-29 22:34 小泽沐优声 阅读(64) 评论(0) 推荐(0)
摘要:Nginx Vue代理 更改nginx文件下的nginx.conf,内容如下。 # For more information on configuration, see: # * Official English Documentation: http://nginx.org/en/docs/ # 阅读全文
posted @ 2021-07-05 17:42 小泽沐优声 阅读(554) 评论(0) 推荐(0)