Nginx Manual

Want to know nginx manual? we have a huge selection of nginx manual information on alibabacloud.com

Nginx Module Reference manual: Compiling nginx

Nginx modules must be specified at compile time, complete compilation options, available modules can refer to installation options below is an example:./configure \--prefix=/usr \--sbin-path=/usr/sbin/nginx \ conf-path=/etc/nginx/nginx.conf \--error-log-path=/var/log/nginx/error.log \--pid-pat ...

Nginx Module Reference manual: Stub status Module (Stub status)

If you want to use these modules, you must specify the relevant compilation parameters at compile time. This module can get some Nginx running status. To use this module, you must specify the following compilation parameters at compile time:--with-http_stub_status_module Sample configuration: location/nginx_status {# copied from http:// Blog.kovyrin.net/2006/04/29/monitoring-nginx ...

Nginx Module Reference Manual: Map module (MAP)

These modules are all compiled into Nginx by default unless a module is manually specified to be excluded in configure. This module allows you to categorize or simultaneously map multiple values to multiple different values and store them in a variable, and the map instruction is used to create variables, but only when the variable is accepted, the view mapping operation is performed, and the module does not have a performance flaw in processing requests that do not have reference variables. The following example: Map $http _host $name {hostnames; default 0; Example.c ...

Nginx Module Reference manual: Message agent module (mail proxy)

Nginx can proxy IMAP, POP3, and SMTP protocols. directive Proxy syntax: Proxy on | Off default: Off use field: Mail, server settings whether mail agent is enabled. Proxy_buffer syntax: Proxy_buffer size default: 4k/8k using fields: Mail, Server sets the buffer size for the proxy connection, defaults to paging size, and may be 4k or 8k depending on the operating system. P ...

Nginx Module Reference Manual: Substitution module (substitution)

If you want to use these modules, you must specify the relevant compilation parameters at compile time. This module can be used to search for and replace text in Nginx answers. To use this module, you must specify the following compilation parameters at compile time:--with-http_sub_module option Sample configuration: Location/{sub_filter </head> ' </head>< Script Language= "Javascri ...

Nginx Module Reference manual: Empty gif module (Empty gif)

These modules are all compiled into Nginx by default unless a module is manually specified to be excluded in configure. This module holds a 1x1 transparent gif that can be passed quickly in memory. Simple usage: location =/_.gif {Empty_gif} &http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Instruction Empty_gif ...

Nginx Module Reference manual: Default home Page Setup module (Index)

These modules are all compiled into Nginx by default unless a module is manually specified to be excluded in configure. Sets a default home page if no files are specified in the URL. The following example: Index index.html; You can specify multiple files, and if the first file is not found, you will find the file that you specified later: Index index.html index.htm; Instruction index Syntax: index file-path [File-path [...]] ...

Nginx Module Reference manual: HTTP Limit Requests module (http Limit Requests)

These modules are all compiled into Nginx by default unless a module is manually specified to be excluded in configure. This module allows you to limit the number of requests for a specified session or special case. Example configures HTTP {limit_req_zone $binary _remote_addr zone=one:10m rate=1r/s ... location/search/{limit_req zone=o ...

Nginx Module Reference manual: User ID module (user ID)

These modules are all compiled into Nginx by default unless a module is manually specified to be excluded in configure. Module Ngx_http_userid_module A cookie for the connection, mainly using $uid_got and $uid_set variables, note: $uid _got and $uid_set cannot be obtained in SSI, Because the SSI filtering module works before the UserID module filters. This module is equivalent to Apache's Mod_uid module. Sample configuration: UserID on;..

Nginx Module Reference Manual: Uwsgi module (UWSGI)

These modules are all compiled into Nginx by default unless a module is manually specified to be excluded in configure. Provide support for the UWSGI protocol. Sample configuration: Location/{Uwsgi_pass unix:///var/run/example.com.sock; include Uwsgi_http://www.aliyun.com/zixun/aggregation /12616.html ">par ...

Total Pages: 3 1 2 3 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.