cache1 [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. 이전 1 다음