有没有类似Nginx的重定向功能
            
            #2362
          
          
        -
| 
         nginx配置 vite 需要在没有找到文件时重定向到index.html,我们是否有类似功能  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            an-tao
          
      
      
        Aug 5, 2025 
      
    
    Replies: 1 comment
-
| 
         drogon通过编码而不是配置做到这一点,请查询以下drogon::app()中的method,选择合适的使用 setCustom404Page
setDefaultHandler | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        rc-power
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
drogon通过编码而不是配置做到这一点,请查询以下drogon::app()中的method,选择合适的使用