Rumah > Soal Jawab > teks badan
http://example.com:8000/image/ -> https://example1.com/
Bagaimana hendak menulis ubah hala sedemikian?
Saya cuba tulis semula ^(/image)$ https://example1.com/ permenant
rewrite ^(/image)$ https://example1.com/ permenant
结果重定向到https://example1.com/image/
Hasilnya diubah hala ke https://example1.com/image/
迷茫2017-05-16 17:20:16
server {
listen 8000;
...
location = /image/ {
proxy_pass https://example1.com/;
}
}
天蓬老师2017-05-16 17:20:16
Jika anda menggunakan openresty, anda boleh lihat ini /a/1190000004680996