Site Tools


service:http

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

service:http [2026/05/28 03:33] – created 91.55.9.122service:http [2026/05/28 03:36] (current) 91.55.9.122
Line 12: Line 12:
 NGINX_MODULES_STREAM NGINX_MODULES_STREAM
 > ''-access -geo -geoip -limit_conn -map -pass -realip -return -set -split_clients -ssl -ssl_preread -upstream_hash -upstream_least_conn -upstream_random -upstream_zone'' > ''-access -geo -geoip -limit_conn -map -pass -realip -return -set -split_clients -ssl -ssl_preread -upstream_hash -upstream_least_conn -upstream_random -upstream_zone''
 +
 +nginx.conf
 +<code>
 +20,22c20,22
 +< server {
 +< listen 127.0.0.1;
 +< server_name localhost;
 +---
 +> #server {
 +> # listen 127.0.0.1;
 +> # server_name localhost;
 +26c26
 +< }
 +---
 +> #}
 +38c38,39
 +
 +---
 +>
 +> include /etc/nginx/conf.d/*.conf;
 +</code>
 +
  
service/http.txt · Last modified: by 91.55.9.122