Nginx

nginx 建议开启tcp_tw_reuse选项

4月 17, 2023 |

nginx 的每次后端代理请求都会消耗一个临时端口, linux上临时端口时稀缺资源, 最多6万个。 echo […more]

spring boot + vue应用的nginx配置

3月 16, 2023 |

server { listen 80; # server_name用于指定虚拟主机名 server_name […more]

nginx 的location指令

12月 14, 2017 |

# ‘=’ 等号修饰符表示只匹配’/’ location = / {} #nginx location指令分为 […more]