mirror of
https://github.com/tiyn/wiki.git
synced 2026-07-26 04:21:34 +02:00
14 lines
416 B
Markdown
14 lines
416 B
Markdown
# Nginx
|
|
|
|
[nginx](https://www.nginx.com/) is a web server that can be used as
|
|
[reverse proxy](/wiki/reverse-proxy.md).
|
|
|
|
## Setup
|
|
|
|
The software can be setup via [Docker](/wiki/docker.md) with a
|
|
[terminal](/wiki/linux/system_console.md) user interface program for nginx and
|
|
certbot, which is called nginx-certbot-docker-tui or short ncdt.
|
|
|
|
Alternatively the standalone [nginx image](/wiki/docker/nginx.md) can be
|
|
used.
|