国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網站 > Nginx > 正文

Nginx服務優化配置方案

2024-08-30 12:29:25
字體:
來源:轉載
供稿:網友

1、expires緩存模塊

nginx,服務優化,配置,nginx優化配置

具體配置可參考官方文檔 http://nginx.org/en/docs/http/ngx_http_headers_module.html#expires

[root@cairui conf]# cat nginx.conf | egrep -v "#|^$"user nginx;worker_processes 1;events {  worker_connections 1024;}http {  include    mime.types;  default_type application/octet-stream;  sendfile    on;  keepalive_timeout 65;  server {    listen    80;    server_name localhost;    location / {      root  html;      index index.html index.htm;    }location ~ .*/.(gif|jpg|jpeg|png|bmp|swf|js|html|htm|css)$ {   log_not_found off;   expires 7d ;   access_log off;   proxy_store on;   proxy_store_access user:rw group:rw all:rw;}    error_page  500 502 503 504 /50x.html;    location = /50x.html {      root  html;    }  }}[root@cairui conf]# curl -I http://120.25.255.87/1.jpgHTTP/1.1 200 OKServer: nginx/1.13.9Date: Mon, 05 Mar 2018 04:08:41 GMTContent-Type: image/jpegContent-Length: 48561Last-Modified: Wed, 29 Nov 2017 08:16:39 GMTConnection: keep-aliveETag: "5a1e6ce7-bdb1"Expires: Mon, 12 Mar 2018 04:08:41 GMTCache-Control: max-age=604800Accept-Ranges: bytes

2、Nginx壓縮模塊(gzip)

nginx,服務優化,配置,nginx優化配置

配置壓縮模塊

[root@localhost vhost]# vi www.vhostsserver {listen 8001;server_name 192.168.1.3;location / {root /web/www;index index.html index.htm;access_log /application/nginx/log/access_www.log commonlog;}location ~ .*/.(gif|jpg|jpge|png|bmp|swf)${expires 3560d;root /web/www;}location ~ .*/.(js|css)?${expires 30d;root /web/www;}gzip on; #開啟壓縮功能gzip_min_length 1k; #設置允許壓縮頁面的最小字節數gzip_buffers 4 16k;gzip_http_version 1.0;gzip_comp_level 2;gzip_types text/plain application/x-javascript text/css application/xml;gzip_vary on;}

檢查語法、重啟服務

[root@localhost vhost]# /application/nginx/sbin/nginx -tnginx: the configuration file /application/nginx-1.10.1/conf/nginx.conf syntax is oknginx: configuration file /application/nginx-1.10.1/conf/nginx.conf test is successful[root@localhost vhost]# /application/nginx/sbin/nginx -s reload[root@localhost vhost]# cd /web/www/[root@localhost www]# lltotal 12-rw-r--r--. 1 root root 20 Sep 26 07:00 index.html-rw-r--r--. 1 root root 5798 Sep 19 06:46 mysql.jpg[root@localhost www]# rzrz waiting to receive.Starting zmodem transfer. Press Ctrl+C to cancel.Transferring 1.js...100% 42 KB 42 KB/s 00:00:01 0 Errors?[root@localhost www]# lltotal 56-rw-r--r--. 1 root root 43978 Sep 27 05:06 1.js-rw-r--r--. 1 root root 20 Sep 26 07:00 index.html-rw-r--r--. 1 root root 5798 Sep 19 06:46 mysql.jpg客戶端訪問 http://192.168.1.3:8001/1.js[root@localhost www]# curl -I http://192.168.1.3:8001/1.jsHTTP/1.1 200 OKServer: nginx/1.10.1Date: Tue, 27 Sep 2016 04:44:08 GMTContent-Type: application/javascriptContent-Length: 43978Last-Modified: Tue, 27 Sep 2016 02:06:23 GMTConnection: keep-aliveETag: "57e9d41f-abca"Expires: Thu, 27 Oct 2016 04:44:08 GMTCache-Control: max-age=2592000Accept-Ranges: bytes

總結

以上所述是小編給大家介紹的Nginx服務優化配置方案,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復大家的。在此也非常感謝大家對VEVB武林網網站的支持!


注:相關教程知識閱讀請移步到服務器教程頻道。
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 绵竹市| 喜德县| 丹阳市| 灌南县| 广东省| 尚志市| 伊川县| 衢州市| 建平县| 呼图壁县| 额敏县| 五原县| 额敏县| 静乐县| 武汉市| 青河县| 孝义市| 安化县| 娱乐| 鹰潭市| 罗山县| 双牌县| 长武县| 合水县| 庆城县| 民县| 华容县| 资兴市| 冕宁县| 桦甸市| 阳城县| 天门市| 视频| 垦利县| 合阳县| 塘沽区| 丹巴县| 拉孜县| 体育| 雅安市| 郁南县|