nginx 從一個路徑訪問另一個路徑怎麼跳轉

滴滴滴發表於2024-03-12
訪問stap的路徑跳轉到根目錄下,並且帶上之前的引數
#rewrite ^/stap/(.*)$ /$1 permanent;

訪問stap目錄代理到下面目錄 # location
/stap/ { # rewrite ^/stap/(.*)$ https://abgg.fxxxuuuppppmppyyai.com/$1 permanent; # }

訪問stap目錄代理到下面目錄
# location /stp/ { # proxy_pass https://cd.hhhhh.com/; # }

相關文章