2021年8月25日

linux 之 web 架构 Nginx 配置本机反向代理演练

摘要: 配置nginx反向代理,实现api.x.com域名代理本地9001端口 1.安装ngnix,启动服务 [root@chujiapeng api]#yum install nginx -y [root@chujiapeng api]#systemctl enable --now nginx 2.准备配 阅读全文

posted @ 2021-08-25 21:35 jiapengchu 阅读(140) 评论(0) 推荐(0) 编辑

导航