@jsjcjsjc 在 这个nginx和xray配置是啥意思? 中发帖
这个nginx和xray配置是啥意思?
准备自己看看配置,抄的是这家脚本的结果,GitHub - jinwyp/one_click_script: install latest or LTS linux kernel and enable BBR or BBR plus
我没明白22159端口是咋回事哈?
/etc/nginx/nginx.conf 配置
# user www-data www-data;
user root;
worker_processes 1;
error_log /var/log/nginx/error.log warn;
pid /var/run/nginx.pid;
events {
worker_connections 1024;
}
http {
include /etc/nginx/mi...