인스톨1 NGIX 설치(on linux ubuntu 18.04) NGINX 설치(https://www.nginx.com/resources/wiki/start/topics/tutorials/install/) NGINX linux installer apt-get pacakge를 이용한 간단한 인스톨 sudo apt-get update v 먼저 apt-get으로 pacakge 정보를 update 한다. 이후 아래와 같은 방식으로 install시 현재 os에 설정된 package repository의 가장 최신 버젼이 깔린다. $ sudo apt-get install nginx nginx의 특정 버젼 install sudo apt-get install nginx=1.8.* sudo apt-mark hold nginx=1.8.* apt-mark hold로 현재의 nginx 버.. 2020. 3. 27. 이전 1 다음