用 Nginx 的 Config 來寫簡單的頁面程式, 這個投影片的範例, 都寫的簡單易懂.
用 Nginx Config 來寫簡單的程式
最意外的是, 沒想到 Nginx 的設定檔可以寫得這麼強大~ XD
- 推薦: 用 Nginx config 寫程式 (nginx.conf) - Introduction to nginx.conf scripting (強力推薦, 此投影片有空建議看看)
如何撰寫 Nginx Module
除了強大的 nginx.conf 外, 若想要再補強 Nginx config 的部份, 可以靠 Nginx module 來補強, 下述此篇是 Nginx module 的 Hello world 版.
- 推薦: 如何寫 Nginx Module