Extensions fail to load when using reverse proxy with subpath. #7006
-
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            code-asher
          
      
      
        Sep 23, 2024 
      
    
    Replies: 1 comment 1 reply
-
| Do the query parameters get included in the location match?  Wonder if you need  Or this should also work, I think:  | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
      Answer selected by
        davidliyutong
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    

Do the query parameters get included in the location match? Wonder if you need
proxy_pass http://127.0.0.1:3000/$1$is_args$args;.Or this should also work, I think: