About 6,570 results
Open links in new tab
  1. Configuring HTTPS servers - nginx

    SSL could only be enabled for the entire server using the ssl directive, making it impossible to set up a single HTTP/HTTPS server. The ssl parameter of the listen directive was added to solve …

  2. Module ngx_http_ssl_module - nginx

    The ngx_http_ssl_module module provides the necessary support for HTTPS. This module is not built by default, it should be enabled with the --with-http_ssl_module configuration parameter.

  3. nginx

    nginx (" engine x ") is an HTTP web server, reverse proxy, content cache, load balancer, TCP/UDP proxy server, and mail proxy server. Originally written by Igor Sysoev and …

  4. nginx: download

    nginx-1.16.1 pgp nginx/Windows-1.16.1 pgp CHANGES-1.14 nginx-1.14.2 pgp nginx/Windows-1.14.2 pgp CHANGES-1.12 nginx-1.12.2 pgp nginx/Windows-1.12.2 pgp CHANGES-1.10 …

  5. nginx

    Confused between ingress-nginx and NGINX Ingress Controller? Learn about our long-term commitment to the NGINX Ingress Controller and Gateway API implementation.

  6. nginx documentation

    Command-line parameters nginx for Windows Support for QUIC and HTTP/3 How nginx processes a request Server names Using nginx as HTTP load balancer Configuring HTTPS …

  7. NGINX Introduces Native Support for ACME Protocol

    Aug 12, 2025 · Being able to configure ACME directly using NGINX directives drastically reduces manual errors and eliminates much of the ongoing overhead traditionally associated with …

  8. Installing nginx

    If some special functionality is required, not available with packages and ports, nginx can also be compiled from source files. While more flexible, this approach may be complex for a beginner.

  9. Using nginx as HTTP load balancer

    Reverse proxy implementation in nginx includes load balancing for HTTP, HTTPS, FastCGI, uwsgi, SCGI, memcached, and gRPC. To configure load balancing for HTTPS instead of …

  10. How to use HTTPS URLs as upstream backend services - NGINX

    Feb 27, 2025 · I am trying to use nginx as a load balancer, but the backend services is deploied on gcp cloud run service, so it only has https url. And the config below it worked 2 months ago.