<div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div style="line-height: 1.7;"><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;"><div>map $cookie_test_debug $forward_to_gray {</div><div>    # forward to gray1</div><div>    9cb88042edc55bf85c22e89cf880c63b 10.0.0.1;</div><div>}</div></div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">    location ~ ^/test/ {</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">        root /data/www/project;</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">        index index.html;</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">        if ( $uri !~ (css|js)$ ) {</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">            rewrite  ^.*$  /test/index.html  break;</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">        }</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;"><div>        if ( $forward_to_gray != '' ) {</div><div>            proxy_pass http://$forward_to_gray$request_uri;</div><div>            break;</div><div>        }</div></div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">    }</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">    location / {</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">        proxy_set_header Host $host;</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">        proxy_set_header X-Real-IP  $remote_addr;</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">        try_files $uri $uri/ /index.php?$query_string;</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">        if ( $forward_to_gray != '' ) {</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">            proxy_pass http://$forward_to_gray$request_uri;</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">            break;</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">        }</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">    }</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;"><br></div><div style="">According to the above configuration, my php request can be routed through a cookie, but the static resource will report 404, I don't know if there is a problem with my configuration.</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;"><br></div></div><br><br><span title="neteasefooter"><p><br> </p></span></div><br><br><span title="neteasefooter"><p><br/> </p></span>