- 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.
- Puppet 4 Essentials(Second Edition)
- SQL for Data Analytics
- Django Design Patterns and Best Practices
- Full-Stack React Projects
- 重學Java設計模式
- Yii Project Blueprints
- PLC應用技術(三菱FX2N系列)
- Getting Started with React Native
- BeagleBone Robotic Projects(Second Edition)
- Mastering JavaScript
- ROS機器人編程實戰
- SQL Server實例教程(2008版)
- Raspberry Pi Blueprints
- 你必須知道的.NET(第2版)
- 小學生C++趣味編程從入門到精通