Space in URL path (“/path/subpath name”) leads to “Invalid HTTP Version: 'name” error

前端 未结 0 1710
谎友^
谎友^ 2021-02-06 11:28

I have the following nginx configuration:

  location ~* ^/path/(.*) {
    set $query $1;
    proxy_pass http://backend_app/$query;
    proxy_set_header Host $http         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题