- 2026年07月09日
- 星期四
我在使用Cloudflare加速服务时使用我的nginx.conf的http块中的以下配置来获取真正的ip: ## Cloudflare settings to get Real IPs set_real_ip_from 204.93.240.0/24; set_real_ip_from 204.93.177.0/24;
我正在使用puppet install中提供的标准auth.conf,用于通过Nginx下的乘客运行的puppet master.但是对于大多数目录,文件和证书请求,我得到403响应.### Authenticated paths – these apply only when the client ### has a valid certificate a
linux上进程有5种状态:1. 运行(正在运行或在运行队列中等待)2. 中断(休眠中, 受阻, 在等待某个条件的形成或接受到信号)3. 不可中断(收到信号不唤醒和不可运行, 进程必须等待直到有中断发
