lansquenet

lansquenet

V2EX member #51769, joined on 2013-12-13 11:52:06 +08:00
Per lansquenet's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
lansquenet's recent replies
@ljpCN 服务端的其他配置呢?比方说内存、CPU 之类的。
想知道开发服务器要多少带宽才不会卡顿?
Sep 3, 2019
Replied to a topic by lansquenet Node.js 请教: WSL 下文件 watch 问题
@pengwen 不知道什么时候点了自动保存。哈哈。
Sep 3, 2019
Replied to a topic by lansquenet Node.js 请教: WSL 下文件 watch 问题
额~~~这个问题已经解决了,我自己的问题,自闭中...打扰了!
Aug 17, 2019
Replied to a topic by unboy NGINX 网页 TTFB 间歇超高延迟, nginx 如何优化
@salmon5 worker_rlimit_nofile 貌似受 /etc/security/limits.conf 的句柄数限制,如果 worker_rlimit_nofile 能够设置超过 65535,是不是 /etc/security/limits.conf 的句柄数也能设置超过 65535 ?谢谢!
Aug 17, 2019
Replied to a topic by unboy NGINX 网页 TTFB 间歇超高延迟, nginx 如何优化
还有一个问题,你们的 CPU 是几核的?我看你的配置,worker_cpu_affinity 这里的配置好像对不上 worker_processes。
Aug 17, 2019
Replied to a topic by unboy NGINX 网页 TTFB 间歇超高延迟, nginx 如何优化
歪个楼请教一下,worker_connections worker_rlimit_nofile 这两个参数的值不是最大 65535 吗?谢谢!
Aug 16, 2019
Replied to a topic by lansquenet NGINX 各位老哥, http2 是不是依赖 ssl
@janxin 妥协了,直接重定向到 https 上去了。
Aug 16, 2019
Replied to a topic by lansquenet NGINX 各位老哥, http2 是不是依赖 ssl
@input2output 虽然你这里可以获取内容,但是协议是 http/1.1。想不通,脑壳痛。
Aug 16, 2019
Replied to a topic by lansquenet NGINX 各位老哥, http2 是不是依赖 ssl
```bash
server {
listen 80;
server_name aaa;
}

server {
listen 80;
server_name bbb;
}

server {
listen 80;
server_name ccc;
}
```

aaa 和 bbb 以及 ccc 都没有启用 http2,此时这三个虚拟主机都正常工作。
```bash
server {
listen 80;
server_name aaa;
}

server {
listen 80;
server_name bbb;
}

server {
listen 80 http2;
server_name ccc;
}
```

当 ccc 启用 http2 后,aaa bbb ccc 都变得不正常了,都变成访问即下载了,nginx -s reload 又没有报错。
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1059 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 16ms · UTC 17:57 · PVG 01:57 · LAX 10:57 · JFK 13:57
♥ Do have faith in what you're doing.