Rumah > Soal Jawab > teks badan
Tambah kod berikut pada nginx.conf:
# node test
server {
listen 80;
server_name www.baidu.com;
location /{
proxy_pass http://127.0.0.1:8000;
proxy_set_header Host $host;
}
}
Di http{}
中,位置应该没问题,localhost:8000 能够启动,然后 start nginx
, buka www.baidu.com atau halaman Baidu, sila minta bimbingan
習慣沉默2017-05-16 17:12:42
Proksi terbalik ialah set proksi di bahagian pelayan. Apabila anda melawat Baidu, sudah tentu ia masih halaman Baidu.