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
- Host: GitHub
- URL: https://github.com/idle-ape/nginx-search-tool
- Owner: idle-ape
- License: mit
- Created: 2025-04-07T12:32:37.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-21T06:24:23.000Z (about 1 year ago)
- Last Synced: 2025-04-23T03:57:16.902Z (about 1 year ago)
- Topics: nginx, nginx-document
- Language: Go
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```