Source for the FreeUnit documentation website, written in reStructuredText and built with Sphinx.
FreeUnit is a community-maintained fork of the NGINX Unit application server (archived October 2025).
git clone https://github.com/freeunitorg/docs && cd docs
pip install -r requirements.txt
make servedocker stop freeunit-docs; docker rm freeunit-docs 2>/dev/null; docker build -f Dockerfile.local -t freeunit-docs-local . && docker run -d -p 8000:8000 --name freeunit-docs freeunit-docs-local
http://localhost:8000/The site is served locally at http://localhost:8000.
Pull requests automatically deploy a preview site when opened by a maintainer.
Pull requests are welcome. For major changes, please open an issue first.
- Discussions: github.com/freeunitorg/freeunit/discussions
- Security: team@freeunit.org
The FreeUnit documentation is licensed under CC BY 4.0.
Forked from nginx/unit-docs — original authors retain full credit.