摘要:https://blog.csdn.net/qq_46138160/article/details/118363470
阅读全文
posted @ 2023-04-19 15:48
随笔分类 - nginx
摘要:https://blog.csdn.net/qq_46138160/article/details/118363470
阅读全文
posted @ 2023-04-19 15:48
摘要:https://blog.csdn.net/qq_41525746/article/details/109372904
阅读全文
posted @ 2023-04-19 11:43
摘要:反向代理实例一 实现效果:使用 nginx 反向代理,访问 www.test.com 直接跳转到 127.0.0.1:8080 启动tomcat 修改hosts文件 修改nginx.conf server { listen 80; server_name www.test.com; location
阅读全文
posted @ 2020-06-25 18:31
摘要:一、概念 nginx [engine x]是HTTP和反向代理服务器,邮件代理服务器和通用TCP / UDP代理服务器,最初由Igor Sysoev编写。 二、正向代理 局域网中的客户端要访 问 Internet,则需要通过代理服务器来访问,这种代理服务就称为正向代理。 客户端不能直接访问goole
阅读全文
posted @ 2020-06-16 23:21
摘要:nginx 常用的命令 nginx -s quit 优雅停止nginx,有连接时会等连接请求完成再杀死worker进程 nginx -s stop 停止nginx nginx -s reload 优雅重启,并重新载入配置文件nginx.conf nginx -s reopen 重新打开日志文件,一般
阅读全文
posted @ 2020-06-16 16:59
摘要:Nginx window安装 1. 下载nginx 官网:http://nginx.org/en/download.html 以nginx/Windows-1.12.2 为例 下载后解压 2. 启动ngnix 双击:解压目录下的 nginx.exe程序 直接在浏览器地址栏输入网址 http://lo
阅读全文
posted @ 2020-06-16 16:48
|
||