WEB/NGINX (11) 썸네일형 리스트형 nginx.conf (2) nginx.conf (1) 글에 이어서 작성 - block directivehttp { log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_x_forwarded_for"'; access_log /var/log/nginx/access.log main; sendfile on; tcp_nopush on; tcp_nodelay on; keepaliv.. nginx.conf (1) # nginx.conf텍스트 기반의 구성 파일로 해당 파일 내부에 설정된 값들을 통해 nginx가 튜닝되고 실행되게 됨 https://docs.nginx.com/nginx/admin-guide/basic-functionality/managing-configuration-files/ Creating NGINX Plus and NGINX Configuration Files | NGINX DocumentationCreating NGINX Plus and NGINX Configuration Files Understand the basic elements in an NGINX or NGINX Plus configuration file, including directives and contexts. NGINX an.. nginx 설치 # nginx 설치사전에 빌드된 패키지는 CentOS, Debian, Red Hat Enterprise Linux, SUSE Linux Enterprise, Ubuntu, Oracle Linux 등 범용적으로 사용되는 Linux 배포판에서 사용 가능 - Linux 배포판 및 버전에 따른 nginx 패키지 지원 목록https://nginx.org/en/linux_packages.html?_ga=2.163484990.349406503.1721281403-238946016.1716873354 테스트 환경인 Oracle Linux 환경에 맞는 설치 과정을 진행 1. OS 저장소에 빌드된 패키지를 통해 nginx 설치하기- EPEL 저장소 설치yum install epel-release - 저장소 업데이트yum.. 이전 1 2 다음