週末在家研究nginx的動態網頁靜態化,但還沒什咩成果。(Last weekend, I was researching to generate static files from dynamic pages with nginx, but no achievement).
latest #6
就是我有個網頁用 Lift 寫的,假如說網址是像這樣 old_log.html?id=10,會根據後面的 id 參數產生不同的網頁,但是每次產生都很久,所以我想說,讓個前導程式 cache 並生成靜態網頁。
back to top