2개가 header 옵션 추가
location /static {
expires 365d;
add_header Pragma public;
add_header Cache-Control "public";
}
debugging header 옵션 추가
add_header X-Host $hostname;
add_header X-Request $request_id;
add_header X-TCP-RTT $tcpinfo_rtt;
'오픈소스 > nginx' 카테고리의 다른 글
nginx keep alive (0) | 2018.02.07 |
---|---|
nginx compression (0) | 2018.02.06 |
nginx bandwidth limit (0) | 2018.02.06 |
nginx 인증 (0) | 2018.02.06 |
nginx tcp/application load balancing (0) | 2018.02.05 |