Skip to content

Instantly share code, notes, and snippets.

View sinam7's full-sized avatar

sinam7

  • Kookmin Univ.
  • South Korea, Seoul
  • 14:12 (UTC +09:00)
View GitHub Profile
@woorim960
woorim960 / how_to_set_https_by_using_nginx.md
Created January 9, 2022 02:50
Nginx를 이용하여 https 적용하는 법

Nginx 설치

# Nginx 설치
$ sudo apt install nginx

# Nginx 실행
$ sudo service nginx start

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

@DomPizzie
DomPizzie / README-Template.md
Last active October 19, 2024 03:20
A simple README.md template

Project Title

Simple overview of use/purpose.

Description

An in-depth paragraph about your project and overview of use.

Getting Started