Skip to content

Instantly share code, notes, and snippets.

@passionsjin
Created October 29, 2020 06:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save passionsjin/93e6c112355085ed94fd113c19f53e9e to your computer and use it in GitHub Desktop.
Save passionsjin/93e6c112355085ed94fd113c19f53e9e to your computer and use it in GitHub Desktop.
nginx 설치 + publish
```
sudo apt-get update
sudo apt-get install nginx -y
```
- 기본 호스트 path : `/var/www/html`
- Config path : `/etc/nginx`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment