10 2022 档案

Nginx源码编译并运行
摘要:安装Nginx git clone https://github.com/nginx/nginx.git cd nginx git checkout release-1.22.1 ./auto/configure 如果报错the HTTP rewrite module requires the PC 阅读全文

posted @ 2022-10-30 08:47 王景迁 阅读(125) 评论(0) 推荐(0)

Nginx代理后端Tomcat
摘要:拉取镜像并运行 docker pull nginx:1.23 docker pull tomcat:8 docker run -d nginx:1.23 docker run -d tomcat:8 修改Nginx配置 安装vim命令并备份 安装vim命令 apt update apt instal 阅读全文

posted @ 2022-10-29 19:32 王景迁 阅读(488) 评论(0) 推荐(0)

导航