An open API service indexing awesome lists of open source software.

https://github.com/atompi/snit

Stable Nginx Instance Template.
https://github.com/atompi/snit

Last synced: about 1 month ago
JSON representation

Stable Nginx Instance Template.

Awesome Lists containing this project

README

          

# Stable Nginx Instance Template

```
git clone https://github.com/atompi/SNIT.git nginx
cd nginx
mkdir -p {data,logs,conf/ssl.d/certs}
cd conf/ssl.d/certs
openssl dhparam -out dhparams.pem 4096
# create SSL certs follow https://github.com/atompi/self-signature
docker compose up -d
```