An open API service indexing awesome lists of open source software.

https://github.com/idle-ape/nginx-search-tool

Nginx doc search tool
https://github.com/idle-ape/nginx-search-tool

nginx nginx-document

Last synced: about 1 month ago
JSON representation

Nginx doc search tool

Awesome Lists containing this project

README

          

# nginx-search-tool

A tool that search directive, variable or keyword in nginx document.

# Usage

```
docker build -t nginx-search-tool:latest .

docker run -d --rm --name nginx-search-tool -p 8191:8191 nginx-search-tool:latest
```