DeJonghe Derek - NGINX Unit Cookbook
Here you can read online DeJonghe Derek - NGINX Unit Cookbook full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2020, publisher: OReilly Media, Incorporated, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:
Romance novel
Science fiction
Adventure
Detective
Science
History
Home and family
Prose
Art
Politics
Computer
Non-fiction
Religion
Business
Children
Humor
Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.
- Book:NGINX Unit Cookbook
- Author:
- Publisher:OReilly Media, Incorporated
- Genre:
- Year:2020
- Rating:5 / 5
- Favourites:Add to favourites
- Your mark:
- 100
- 1
- 2
- 3
- 4
- 5
NGINX Unit Cookbook: summary, description and annotation
We offer to read an annotation, description, summary or preface (depends on what the author of the book "NGINX Unit Cookbook" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.
NGINX Unit Cookbook — read online for free the complete book (whole text) full work
Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "NGINX Unit Cookbook" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.
Font size:
Interval:
Bookmark:
by Derek DeJonghe
Copyright 2020 OReilly Media, Inc. All rights reserved.
Printed in the United States of America.
Published by OReilly Media, Inc. , 1005 Gravenstein Highway North, Sebastopol, CA 95472.
OReilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (http://oreilly.com). For more information, contact our corporate/institutional sales department: 800-998-9938 or corporate@oreilly.com .
- Acquisitions Editor: Mary Preap
- Development Editor: Virginia Wilson
- Production Editor: Christopher Faucher
- Copyeditor: Piper Editorial, LLC
- Proofreader: Piper Editorial, LLC
- Indexer: Potomac Indexing, LLC
- Interior Designer: David Futato
- Cover Designer: Karen Montgomery
- Illustrator: Rebecca Demarest
- September 2020: First Edition
- 2020-09-02: First Release
See http://oreilly.com/catalog/errata.csp?isbn=9781492078562 for release details.
The OReilly logo is a registered trademark of OReilly Media, Inc. NGINX Unit Cookbook, the cover image, and related trade dress are trademarks of OReilly Media, Inc.
The views expressed in this work are those of the author, and do not represent the publishers views. While the publisher and the author have used good faith efforts to ensure that the information and instructions contained in this work are accurate, the publisher and the author disclaim all responsibility for errors or omissions, including without limitation responsibility for damages resulting from the use of or reliance on this work. Use of the information and instructions contained in this work is at your own risk. If any code samples or other technology this work contains or describes is subject to open source licenses or the intellectual property rights of others, it is your responsibility to ensure that your use thereof complies with such licenses and/or rights.
This work is part of a collaboration between OReilly and NGINX. See our statement of editorial independence .
978-1-492-07856-2
[LSI]
The NGINX Unit Cookbook aims to provide a reference for using NGINX Unit through practical real-world examples. Throughout this book, you will learn about NGINX Unit, its features, and where it fits in your system architecture. This guide will provide you with the knowledge to effectively use NGINX Unit and simplify your system architecture by using a single middleware server for a wide range of web application use cases.
This book will be most useful for system engineers, architects, and those in a DevOps role, whose position is focused on web application delivery, deployment, and security. A background in web application hosting and the HTTP protocol will help readers understand the concepts contained in this book.
will explain the what and why of NGINX Unit, in a traditional report form, before transitioning to the how, in a cookbook format, for the rest of the book. The main focus areas will be installation of NGINX Unit, its configuration API, serving applications and routing requests, security and application isolation, and integration with common web languages and ecosystems.
I personally believe in NGINX Unit and have begun using it in my own web system architectures because of its versatility and simple minimalistic configuration. NGINX Unit enables me to deploy web application environments for a wide variety of use cases and language ecosystems effectively with a common middleware server. My hope is that the information in this book will empower you to do the same.
The following typographical conventions are used in this book:
ItalicIndicates new terms, URLs, email addresses, filenames, and file extensions.
Constant width
Used for program listings, as well as within paragraphs to refer to program elements such as variable or function names, databases, data types, environment variables, statements, and keywords.
This element indicates a warning or caution.
Supplemental material (code examples, exercises, etc.) is available for download at https://github.com/dejonghe/nginx_unit_examples/tree/master/2020.
If you have a technical question or a problem using the code examples, please send email to .
This book is here to help you get your job done. In general, if example code is offered with this book, you may use it in your programs and documentation. You do not need to contact us for permission unless youre reproducing a significant portion of the code. For example, writing a program that uses several chunks of code from this book does not require permission. Selling or distributing examples from OReilly books does require permission. Answering a question by citing this book and quoting example code does not require permission. Incorporating a significant amount of example code from this book into your products documentation does require permission .
We appreciate, but generally do not require, attribution. An attribution usually includes the title, author, publisher, and ISBN. For example: NGINX Unit Cookbook by Derek DeJonghe (OReilly). Copyright 2020 OReilly Media, Inc., 978-1-492-08723-6.
If you feel your use of code examples falls outside fair use or the permission given above, feel free to contact us at .
For more than 40 years, OReilly Media has provided technology and business training, knowledge, and insight to help companies succeed.
Our unique network of experts and innovators share their knowledge and expertise through books, articles, and our online learning platform. OReillys online learning platform gives you on-demand access to live training courses, in-depth learning paths, interactive coding environments, and a vast collection of text and video from OReilly and 200+ other publishers. For more information, visit http://oreilly.com.
Please address comments and questions concerning this book to the publisher:
- OReilly Media, Inc.
- 1005 Gravenstein Highway North
- Sebastopol, CA 95472
- 800-998-9938 (in the United States or Canada)
- 707-829-0515 (international or local)
- 707-829-0104 (fax)
We have a web page for this book, where we list errata, examples, and any additional information. You can access this page at https://oreil.ly/NGINX-unit-cookbook.
Email to comment or ask technical questions about this book.
For news and information about our books and courses, visit http://oreilly.com.
Find us on Facebook: http://facebook.com/oreilly
Follow us on Twitter: http://twitter.com/oreillymedia
Watch us on YouTube: http://youtube.com/oreillymedia
Special thanks to Ryan Tasson and Artem Konev for their detailed reviews and feedback .
. Throughout this chapter, you will learn about what makes Unit different from other middleware application servers. Before learning the how, youll learn the why, with a brief history of the problem Unit aims to solve. From that understanding, the architecture of NGINX Unit will be introduced, followed by the language support, and finally the API that drives the configuration.
Font size:
Interval:
Bookmark:
Similar books «NGINX Unit Cookbook»
Look at similar books to NGINX Unit Cookbook. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.
Discussion, reviews of the book NGINX Unit Cookbook and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.