nginx를 설치합시다.~
Step 1. nginx 설치 하기
whitelife@ubuntu:~$ sudo apt-get install nginx
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
nginx-common nginx-full
The following NEW packages will be installed:
nginx nginx-common nginx-full
0 upgraded, 3 newly installed, 0 to remove and 337 not upgraded.
Need to get 407 kB of archives.
After this operation, 1,229 kB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Step 2. nginx 시작하기
whitelife@ubuntu:~$ sudo service nginx start
Starting nginx: nginx.
whitelife@ubuntu:~$
화면을 확인 하자.
성공이다.~
'Server,Was' 카테고리의 다른 글
Openssl 사설 인증서 만들기 (0) | 2013.04.24 |
---|---|
Nginx 기본 설정하기 (0) | 2013.04.24 |
Nginx OSX에서 설치하기 (0) | 2013.04.23 |
war 파일 생성 하기 (0) | 2013.02.17 |
Tomcat7 Web Application Deploy 하기 (0) | 2013.02.01 |