# nginx-le

## nginx-le

- [Overview](https://nginxle.onepub.dev/master.md): Nginx-LE provides a docker container and tools to create an Nginx web server that automatically acquires and renews HTTPS certificates.
- [Prerequisites](https://nginxle.onepub.dev/prerequisites.md)
- [Cli commands](https://nginxle.onepub.dev/cli-commands.md)
- [build](https://nginxle.onepub.dev/cli-commands/build.md)
- [config](https://nginxle.onepub.dev/cli-commands/config.md)
- [start](https://nginxle.onepub.dev/cli-commands/start.md)
- [acquire](https://nginxle.onepub.dev/cli-commands/acquire.md)
- [certificates](https://nginxle.onepub.dev/cli-commands/certificates.md)
- [cli](https://nginxle.onepub.dev/cli-commands/cli.md)
- [doctor](https://nginxle.onepub.dev/cli-commands/doctor.md)
- [logs](https://nginxle.onepub.dev/cli-commands/logs.md)
- [renew](https://nginxle.onepub.dev/cli-commands/renew.md)
- [restart](https://nginxle.onepub.dev/cli-commands/restart.md)
- [revoke](https://nginxle.onepub.dev/cli-commands/revoke.md)
- [stop](https://nginxle.onepub.dev/cli-commands/stop.md)
- [docker-compose](https://nginxle.onepub.dev/docker-compose.md)
- [Certificate management](https://nginxle.onepub.dev/certificate-management.md)
- [Staging (test) certificates](https://nginxle.onepub.dev/certificate-management/staging-test-certificates.md)
- [Certificate volume](https://nginxle.onepub.dev/certificate-management/certificate-volume.md)
- [Customise Nginx-le container](https://nginxle.onepub.dev/customise-nginx-le-container.md)
- [Diagnosing problems](https://nginxle.onepub.dev/diagnosing-problems.md)
- [Environment variables](https://nginxle.onepub.dev/environment-variables.md)
- [Internal Environment Variables](https://nginxle.onepub.dev/environment-variables/internal-environment-variables.md)
- [Auth Providers](https://nginxle.onepub.dev/environment-variables/internal-environment-variables/auth-providers.md)
- [Contributing](https://nginxle.onepub.dev/contributing.md)
- [Testing](https://nginxle.onepub.dev/contributing/testing.md)
- [Releasing nginx-le](https://nginxle.onepub.dev/contributing/releasing-nginx-le.md)
- [Custom Content Providers](https://nginxle.onepub.dev/custom-content-providers.md)
- [Custom docker file](https://nginxle.onepub.dev/custom-docker-file.md)
- [Auth Providers](https://nginxle.onepub.dev/auth-providers.md)
- [HTTP Auth](https://nginxle.onepub.dev/auth-providers/http-auth.md)
- [Cloudflare](https://nginxle.onepub.dev/auth-providers/cloudflare.md)
- [Name cheap](https://nginxle.onepub.dev/auth-providers/name-cheap.md)
- [Implement an Auth Provider](https://nginxle.onepub.dev/auth-providers/implement-an-auth-provider.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://nginxle.onepub.dev/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
