分享至
例子: abc.com 經由強制改寫後 跳轉為 abc.com?r=67872312bd2337891031a
location / { if ($arg_r = "") { #rewrite ^/(.*)$ /$1?r=$request_id redirect; } root /data/web; index index.html index.htm; }
IT邦幫忙