카테고리 없음
nginx http2 적용
[czar]
2017. 3. 8. 14:30
./configure \
--prefix=/usr/local/nginx-1.11.10 \
--with-http_ssl_module \
--with-http_realip_module \
--with-http_addition_module \
--with-http_image_filter_module \
--with-http_sub_module \
--with-http_dav_module \
--with-http_flv_module \
--with-http_gzip_static_module \
--with-http_stub_status_module \
--with-http_v2_module \
--with-http_secure_link_module
심볼릭 링크 변경
ln -Tfs nginx-1.11.10/ nginx