You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configure the module. There's only one directive hello_world
that is supported in the location context only.
Example:
location = /test {
hello_world;
}
Now doing something like:
curl -i https://example.com/test
should return the hello world string as the response body.
Further reading
English: You can go to the Nginx Planet
and get a lot of Nginx related information.
Russian: The Habrahabr Nginx Blog a
treasure trove of Nginx related discussions. Use google translate
or Babelfish if you don't read Russian.
TODO
Add an argument to the hello_world directive specifying the
language. For example:
en: hello world
fr: bounjour monde
pt: olá mundo
es: hola mundo
Make the hello_world directive be also defined in the if in
location context (NGX_HTTP_LIF_CONF) in
ngx_http_config.h. Which implies defining a merge
configuration function.
Document everything with
Doxygen
linking the relevant header and source files from the Nginx core.
About
Fetches nginx and any optional third-party modules and dependencies you specify, such as openssl and PCRE and then configures and builds.