Domain Redirection 적용 (IP to Domain)

oyeon·2021년 4월 21일
1

Server

목록 보기
11/16

reference
https://luminitworld.tistory.com/86?category=975147

환경

클라우드 서버 : AWS EC2 인스턴스
OS : Ubuntu 20.04 LTS
WebServer : Nginx
BL : PHP
DBMS : MySQL

Domain Redirection 적용

네이버에 접근할 때 Domain 이름인 www.naver.com을 검색해서 들어갈 수 있다. 또한, IP를 통해 접근하더라도 Domain으로 Redirection이 된다.

위과 같이 cmd에서 ping을 통해 알아낸 IP주소를 검색 창에 입력하더라도 Domain으로 Redirection되어 네이버로 들어가지는 것을 확인할 수 있다.

devhoyeon.shop도 그렇게 바꿔보자.

Nginx configuration 설정

~$ sudo vi /etc/nginx/sites-available/default

설정을 마친 후 nginx 서버를 restart 시킨다.

~$ sudo service nginx restart

이제 IP주소를 통해서도 접근할 수 있게 되었다.

profile
Enjoy to study

0개의 댓글