Skip to content

Instantly share code, notes, and snippets.

View hyunolike's full-sized avatar
✈️
Traveling in 🇲🇾🇯🇵

장현호 Hyunho Jang hyunolike

✈️
Traveling in 🇲🇾🇯🇵
View GitHub Profile
@hyunolike
hyunolike / how_to_set_https_by_using_nginx.md
Created January 19, 2023 05:14 — forked from woorim960/how_to_set_https_by_using_nginx.md
Nginx를 이용하여 https 적용하는 법

Nginx 설치

# Nginx 설치
$ sudo apt install nginx

# Nginx 실행
$ sudo service nginx start

이로써, Nginx 설치가 끝났다.