-
| 在云服务器部署judge测试用,不确定指定IP监听存在bug还是使用姿势不正确,请教一下该如何配置? 正常来说,应该不指定IP是[::]:5050这种监听,让内外网都能调用服务,对吗? 尝试1、指定ES_HTTP_ADDR=公网IP:5050 尝试2、不指定IP,则localhost和127.0.01:5050正常,通过公网IP和内网IP都访问不通 10.0.4.8是内网IP: 尝试3、指定内网IP,则10.0.4.8:5050正常,通过公网IP和localhost都访问不通 | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            criyle
          
      
      
        Jul 11, 2023 
      
    
    Replies: 1 comment 1 reply
-
| 指定  | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
      Answer selected by
        evil0th
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
指定
0.0.0.0:5050或者:5050