• 请不要在回答技术问题时复制粘贴 AI 生成的内容
Ggmusic
V2EX  ›  程序员

Windsurf 反代配置,支持 tab 自动补全

  •  
  •   Ggmusic · May 6, 2025 via iPhone · 2612 views
    This topic created in 395 days ago, the information mentioned may be changed or developed.

    外网机器 nginx 上配置:

    stream { 
        map $ssl_preread_server_name    $name99 {
             southcentral.codeium.com southcentral99;
             default                 southcentral99;
            }
      
      upstream southcentral99{
         server southcentral.codeium.com:30099;
         }
    
        server {
            listen            30099;
            listen            [::]:30099;
            proxy_pass        $name99;
            ssl_preread       on;
        }
    }
    

    需要安装 libnginx-mod-stream 。

    本机 hosts 绑定外网 nginx 的 ip (假设是 3.3.3.3 ):

    3.3.3.3   southcentral.codeium.com
    
    1 replies    2025-05-07 09:37:36 +08:00
    jenhe
        1
    jenhe  
       May 7, 2025
    这个有什么用?
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2883 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 30ms · UTC 01:55 · PVG 09:55 · LAX 18:55 · JFK 21:55
    ♥ Do have faith in what you're doing.