mirror of https://github.com/tiyn/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
402 B
14 lines
402 B
# Nginx
|
|
|
|
[nginx](https://www.nginx.com/) is a web server that can be used as
|
|
[reverse proxy](./reverse-proxy.md).
|
|
|
|
## Setup
|
|
|
|
The software can be setup via [Docker](/wiki/docker.md) with a
|
|
[terminal](/wiki/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](./docker/nginx.md) can be
|
|
used.
|