Module ngx_http_index_module | english русский 简体中文 עברית 日本語 türkçe news about download security advisories documentation pgp keys faq links books support donation trac wiki nginx.com | ||||||
The module Example Configuration
location / { index index.$geo.html index.html; }
Directives
Defines files that will be used as an index.
The index index.$geo.html index.0.html /index.html;
It should be noted that when using an index file, an internal redirect is made, and request can be processed in a different location. For example, with the following configuration: location = / { index index.html; } location / { ... }
a request of “ |