[Nginx] 우분투 리눅스에 Nginx 설치하기 [Nginx 세팅 및 방화벽 허용하기]
·
▣ Server/Nginx🧶
- 우분투 리눅스에 Nginx 설치하기 1. Nginx 설치 sudo apt update sudo apt install nginx 2. 방화벽 설정 # Nginx 방화벽 설정 명령어 조회 sudo ufw app list # 위 명령어를 실행하면 아래와 같은 리스트가 출력된다. Available applications: Nginx Full # 포트 80, 443 허용 Nginx HTTP # 포트 80만 허용 Nginx HTTPS # 포트 443만 허용 OpenSSH # Nginx 방화벽 설정 sudo ufw allow 'Nginx HTTP' # 방화벽 적용 상태 체크 sudo ufw status - 방화벽 상태가 inactive 상태일 경우 # Nginx 방화벽 활성화 sudo ufw enable Ngin..
[꿀팁] NSSM을 이용하여 Windows에 서비스 추가하기 [NSSM으로 NginX 서비스로 등록하기]
·
◐ 기타/알아두면 좋은 팁(tip)✨
- NSSM으로 NginX 서비스로 등록하기 NSSM(Non-Sucking Service Manager)이란? Microsoft Windows용 서비스 관리자로, 윈도우 서비스 등록을 쉽고 간결하게 지원한다. NSSM - the Non-Sucking Service Manager NSSM - the Non-Sucking Service Manager nssm is a service helper which doesn't suck. srvany and other service helper programs suck because they don't handle failure of the application running as a service. If you use such a program you may see..
[Nginx] 웹 서버에 HTML 연동하기 [Nginx 서버에 html 파일 업로드]
·
▣ Server/Nginx🧶
[Nginx] 초기 페이지 변경하기[index.html 파일 활용] [Nginx] Nginx 서버 설치, 도메인 연결[Windows 내 모든 포트 허용, AWS 포트 개방] [Nginx] AWS 가상머신, 원격 데스크톱 연결[AWS 가상머신 세팅, 원격 데스크톱 연결하기] 1. AWS 가상머신 세팅하기 클라우드 yermi.tistory.com 모여봐요, 동물의 숲 천재파일럿, 로드리 나비처럼 부드럽게, 벌처럼 빠르게! yermi.works
[VisualSVN] VisualSVN Server 연동하기 [SVN repository 생성, Eclipse에 SVN 연동하기]
·
▣ Server/VisualSVN📡
[VisualSVN] VisualSVN Server 세팅하기[SVN User 생성 및 AWS 연결] 1. VisualSVN Server 설치 VisualSVN Server | Subversion Server for Windows The proper way to setup an Apache Subversion server VisualSVN Server has reached more than 3,000,000 downloads and it's the.. yermi.tistory.com 1. Eclipse에서 SVN Plugin 설치 - 링크 : https://archive.eclipse.org/technology/subversive/3.0/update-site/ ${project.name} archive.e..
[VisualSVN] VisualSVN Server 세팅하기 [SVN User 생성 및 AWS 연결]
·
▣ Server/VisualSVN📡
1. VisualSVN Server 설치 VisualSVN Server | Subversion Server for Windows The proper way to setup an Apache Subversion server VisualSVN Server has reached more than 3,000,000 downloads and it's the most favored way to setup and maintain an Apache Subversion server on the Windows platform. It is certified for Windows Server and t www.visualsvn.com 2. VisualSVN Server User 생성하기 3. SVN - AWS 간 계정 연동하..