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.
- Host: GitHub
- URL: https://github.com/atompi/snit
- Owner: atompi
- Created: 2023-12-08T10:28:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-07T13:21:34.000Z (over 1 year ago)
- Last Synced: 2025-02-01T01:34:09.749Z (over 1 year ago)
- Language: Dockerfile
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```