- NGINX Cookbook
- Tim Butler
- 146字
- 2021-07-03 00:04:18
Compiling from scratch
Although having the precompiled packages is nice, not all of the modules are available out of the box. NGINX requires you to compile these into the NGINX installation and it's not a simple module like Apache.
You can simply build from source without any of the packaging tools for CentOS or Debian, however, it makes upgrades and compatibility more difficult. By default, user compiled programs will default to /usr/local, which means that any documentation which refers to the package defaults (/usr/etc) will be incorrect.
My preference is to base the build on the official package sources, rather than the plain source code. There aren't many extra steps involved, but it makes the ongoing management much easier. If you're looking for vanilla build instructions (without packages), these are easily available on the web.
- Design Principles for Process:driven Architectures Using Oracle BPM and SOA Suite 12c
- R語言經典實例(原書第2版)
- SQL Server從入門到精通(第3版)
- Raspberry Pi Home Automation with Arduino(Second Edition)
- Visual Foxpro 9.0數據庫程序設計教程
- 現代C++編程實戰:132個核心技巧示例(原書第2版)
- UNIX Linux程序設計教程
- Orchestrating Docker
- Python自然語言理解:自然語言理解系統開發與應用實戰
- 深入解析Java編譯器:源碼剖析與實例詳解
- 深度實踐KVM:核心技術、管理運維、性能優化與項目實施
- Flink入門與實戰
- Effective C++:改善程序與設計的55個具體做法(第三版)中文版(雙色)
- 開源網絡地圖可視化:基于Leaflet的在線地圖開發
- KnockoutJS Blueprints