soli-proxy 0.6.1

A fast, configurable reverse proxy with automatic HTTPS, Lua scripting, and blue-green deployments
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Proxy project

## Commit messages

All commit messages MUST follow [Conventional Commits](https://www.conventionalcommits.org/) for semantic release.

- Format: `type(scope): description` (scope optional).
- Types: `feat`, `fix`, `docs`, `style`, `refactor`, `perf`, `test`, `chore`, `ci`, `build`.
- Use imperative, lowercase after the colon. Example: `feat(auth): add token validation`.

When suggesting or generating a commit message, always output this format.