server { listen 80; server_name www.example.com; client_max_body_size 20M; root /xxx/xxx;//項目路徑 location ~ .*\.(html|htm|gif|jpg|jpeg|png|bmp|swf)$ { root /xx/xx;//路徑 expires 30d;//緩存時間 } location ~ .*\.(js|css)?$ { expires 1h; } location / { index index.html; proxy_pass http://localhost:8080; } }
使用nginx訪問靜態資源css
請勿一次性加載超多圖片!!! 會致使js加載超時html
使用時才加載圖片最好nginx