Created
October 29, 2020 06:10
-
-
Save passionsjin/93e6c112355085ed94fd113c19f53e9e to your computer and use it in GitHub Desktop.
nginx 설치 + publish
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
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