- Nginx Essentials
- Valery Kholodkov
- 107字
- 2021-07-16 13:42:21
Chapter 2. Managing Nginx
In a web server running at full scale, thousands of events are occurring each second. Micromanaging these events is obviously not possible, yet even small glitches are able to cause serious deterioration of quality of service and affect user experience.
To prevent theses glitches from happening, a dedicated webmaster or site reliability engineer must be able to understand and properly manage the processes behind the scenes.
In this chapter, you will learn how to manage an Nginx instance in operation, and we will discuss the following topics:
- Starting and stopping Nginx
- Reloading and reconfiguring processes
- Allocating worker processes
- Other management questions
推薦閱讀
- 流量的秘密:Google Analytics網(wǎng)站分析與優(yōu)化技巧(第2版)
- 精通Nginx(第2版)
- Progressive Web Apps with React
- OpenCV for Secret Agents
- Java游戲服務(wù)器架構(gòu)實戰(zhàn)
- Learning Python Design Patterns(Second Edition)
- HDInsight Essentials(Second Edition)
- INSTANT Silverlight 5 Animation
- Python青少年趣味編程
- JavaScript悟道
- R的極客理想:量化投資篇
- 零基礎(chǔ)學(xué)Java第2版
- JavaScript語法簡明手冊
- 多接入邊緣計算實戰(zhàn)
- Comprehensive Ruby Programming