Skip to content
Discussion options

You must be logged in to vote

配置修改如下:
xray部分配置修改见如下:
"dest": ["6001", "6002", "6003", "6004"],改成"dest": 6000,
Nginx部分配置修改后见如下:

http {
    set_real_ip_from            127.0.0.1;
    real_ip_header              proxy_protocol; 
    #其他配置省略

    server {
        listen                  127.0.0.1:6000 ssl http2 proxy_protocol;
        server_name             1.abc.com;

        ssl_certificate         /etc/ssl/private/fullchain.cer;
        ssl_certificate_key     /etc/ssl/private/private.key;
        ssl_protocols           TLSv1.2 TLSv1.3;
        ssl_session_timeout     1d;
        ssl_session_cache       shared:SSL:10m;
        ssl_session_tickets     off;
        ssl_stapling            on;
        ssl_stapling_verif…

Replies: 3 comments 11 replies

Comment options

You must be logged in to vote
4 replies
@Benjamin1919
Comment options

@lxsq
Comment options

@lxhao61
Comment options

@lxhao61
Comment options

Answer selected by Benjamin1919
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@lxhao61
Comment options

@chika0801
Comment options

@askdnl
Comment options

@chika0801
Comment options

@askdnl
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
7 participants