Skip to content

SYS-3th/Nginx-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Nginx-study

Nginx 설치

sudo apt install nginx

yarn 설치

 yarn install

build가 성공적으로 진행된다면 build라는 디렉토리가 생성되고 build 내부에는 index.html이라는 파일이 생성

yarn run build

Nginx와 관련된 설정 파일들은 /etc 하위에 존재하므로, sudo 권한을 이용해서 파일 생성과 수정 등을 해야 한다.

sudo vi /etc/nginx/nginx.conf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published