서버 {
듣기 80;
server_name www.xxx.com xxx.com;
if ($host = xxx.com) {
다시 쓰기 ^/(.*) $ http://www.xxx.com/$1 영구;
} error_page 502 503 504 /50x.html;
location = /50x.html {
루트 html;
}
위치 / {
Proxy_set_header 호스트 $host;
Proxy_set_header X-Real-IP $remote_addr;
Proxy _set_header .0.1:8080;
}
}
위의 내용은 nginx 도메인 이름 301 리디렉션, 재작성 점프, www로의 점프 없음 등을 소개하며 PHP 튜토리얼에 관심이 있는 친구들에게 도움이 되기를 바랍니다.