顯示具有 Nginx 標籤的文章。 顯示所有文章
顯示具有 Nginx 標籤的文章。 顯示所有文章

2015年12月2日

Nginx 教學 (1) - 安裝、使用 ngxtop ( How to install and use ngxtop tutorial )

Nginx 基本的設定、使用方式請參考後面的彙整文章。先前有介紹過 Nginx http_stub_status 模組可提供一些資訊讓管理者瞭解 Server 狀態。但為了需要更細部的資訊,我們則可以透過使用 ngxtop 來監控 Nginx 的運行狀態。( 其他 Nginx 相關教學可以參考本篇整理 )

Nginx 教學 - 教學文章彙整 ( Useful tutorials for Nginx )

為了方便其他人參考 Nginx 相關教學,因此將發表過的文章整理詳細列出。之後若發表其他有關 Nginx 的文章會同步更新此篇內容。

2015年12月1日

Tornado 教學 (15) - 使用 Nginx 教學 #2 ( Use Nginx for Tornado Web Application #2 )

前一篇介紹了 Nginx 基本的使用方法,接下來要補充介紹一下 Nginx 的 http_stub_status 模組,也就是讓你暸解 Nginx Server 狀態的小工具。( 其他 Tornado 相關教學可以參考本篇整理 )

Tornado 教學 (14) - 使用 Nginx 教學 #1 ( Use Nginx for Tornado Web Application #1 )

雖然 Tornado 已經內含了自己的 Web Server,然而在面對大量使用者以及多個 Processes 的狀況下搭配使用 Nginx 是不錯的選擇。因此,本篇將介紹如何設定、使用 Nginx。( 其他 Tornado 相關教學可以參考本篇整理 )

熱門文章