nginx 301重定向死循环

  两种方式 location 或者 rewrite it         location =/ { #               proxy_pass http://xxx.com/admin/auth/login;                 if ( $host = 'xxx.com.com' ){                 rewrite ^/(.*)$ /admin/aut
相关文章
相关标签/搜索