- 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
推薦閱讀
- Oracle從入門到精通(第3版)
- Visual C++串口通信開發入門與編程實踐
- ASP.NET Core Essentials
- Responsive Web Design with HTML5 and CSS3
- Practical Game Design
- Mastering Kali Linux for Web Penetration Testing
- Bootstrap 4:Responsive Web Design
- 概率成形編碼調制技術理論及應用
- Modern JavaScript Applications
- Java EE 8 Application Development
- Learning OpenStack Networking(Neutron)(Second Edition)
- Go語言底層原理剖析
- C++編程兵書
- PHP 8從入門到精通(視頻教學版)
- Akka入門與實踐