Results 161 to 170 of about 9,042 (185)
Some of the next articles are maybe not open access.

Nginx Core Directives

2016
By now, your Nginx server should be up and running. It is time to go ahead and take control over it! You can consider the directives as the nuts and bolts of your web server, using which ones you tweak by the way your web server performs. Nginx has a lot of directives and it is important that you know the basic semantics, so that you can fine-tune your
openaire   +1 more source

Load Balancing with Nginx

2016
So far in this book, you have seen the power of Nginx as a web server. However, Nginx is much more than that. It is frequently used as a proxy server. A proxy server's job is to front end the request and pass it on to the proxied server, which is also known as an upstream server.
openaire   +1 more source

Nginx and Dynamic Content

2016
This chapter will take your knowledge level deeper by providing insights into serving dynamic content. Please keep in mind that hosting dynamic content directly with Nginx is not possible. This is to say that Nginx worker processes will not load the processing modules in its own memory address space to serve the pages.
openaire   +1 more source

Install, Configure, and Run Nginx Reverse Proxy

2019
Nginx is an HTTP and reverse proxy server which can also play as a mail proxy server or as a generic TCP/UDP proxy server. Basic HTTP server features include serving static and index files. Nginx also supports keep-alive and pipelined connections. TCP/UDP proxy server features include generic proxying of TCP and UDP as well as load balancing and fault ...
exaly   +2 more sources

Hosting Web Sites on Nginx

2016
I started it as an experiment to boost the delivery of static content (my reference examples of that time were things like thttpd). But as soon as other people tried it in production, they immediately requested the proxy component, and the whole “web acceleration” direction had started.
openaire   +1 more source

Introduction to Nginx Web Server

2016
When you type http://www.xyz.com in your browser, you probably don’t even notice the HTTP (or HTTPS) that almost every URL is prefixed with. Browsing the Internet is fun, but what lurks underneath is nothing short of magical. It starts with a request; leaves your home WiFi router or network; hops through multiple network locations across the globe; and
openaire   +1 more source

Drive-by SSL certificate creation with nginx

2015
When working with webservers it's sometimes necessary to introduce some dynamic parts in the life cycle of an HTTP process. nginx provides this possibilities with an integration of Lua. On the example of dynamic SSL certificate creation we explore the capabilities of Lua within the core of nginx.
openaire   +1 more source

Nginx-Based Combined Dynamic and Static Load Balancing Algorithm Research

2021 2nd International Seminar on Artificial Intelligence, Networking and Information Technology (AINIT), 2021
Xiaoan Bao   +5 more
openaire   +1 more source

NGROK Integration Guide with Nginx on Ubuntu Desktop Pro: Advanced Technical Guide for Secure Public Exposure of Local Nginx-Served Applications

This guide provides advanced technical instructions for securely exposing local Nginx-served applications to the public internet using NGROK on Ubuntu Desktop Pro. It covers setup, configuration, and best security practices. The software development process, especially in the initial stages of prototyping and testing, often focuses onan isolated local ...
openaire   +1 more source

Home - About - Disclaimer - Privacy