nginx2 [Nginx] 설정 Cache [Nginx] 설정 Cache 기능 정리. [Nginx] cache 사용법 [Nginx] cache control [Nginx] cache - url 에서 특정 parameter 제거하여 캐싱하는 방법. [Nginx] cache 사용법 * 빠른 예제 proxy_cache_path /etc/nginx/cache levels=1:2 keys_zone=my_cache:10m max_size=10g inactive=60s use_temp_path=off; upstream myupstream { server 127.0.0.1:8080 max_conns=50; } server { listen 8000; #remove GET parameters - sessionid if ($args~(.*) sessionid = [.. 2019. 1. 9. [NGINX] 컴파일 설치 - download 와 build script Nginx 컴파일 설치 - download 와 build scriptCentOS 6,7 버젼을 기준으로 작성되었습니다.yum install 이 아닌 Nginx build 설치 방법에 대해서 작성합니다.root 계정이 아닌 일반 계정으로 설치하는 방법에 대해서 정리한다.일반 사용자 계정이기 때문에 configure 파일을 다르게하여 여러개의 인스턴스를 올릴 수 있다는 장점이 있다. Nginx 및 필수파일 다운로드 Nginx $> wget http://nginx.org/download/nginx-1.14.0.tar.gzzlib $> wget http://zlib.net/zlib-1.2.11.tar.gzpcre $> wget http://downloads.sourceforge.net/project/pcre/p.. 2019. 1. 9. 이전 1 다음