https://github.com/ribbinpo/nginx
for nginx template
https://github.com/ribbinpo/nginx
docker-compose nginx template
Last synced: 4 months ago
JSON representation
for nginx template
- Host: GitHub
- URL: https://github.com/ribbinpo/nginx
- Owner: ribbinpo
- Created: 2024-02-12T02:54:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-08T03:15:02.000Z (over 1 year ago)
- Last Synced: 2025-01-20T22:52:11.895Z (6 months ago)
- Topics: docker-compose, nginx, template
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nginx
This is configured nginx reverse proxy with SSL (HTTPs)1. add `certificate.crt` and `private.key` to `certs/` directory
2. update `default.conf` file
- DNS_NAME: domain name of the server doesn't need protocol e.g. `example.com`
- PRIVATE_IP: IP of service in the server e.g. `127.0.0.1`
- PORT: port of service in the server e.g. `4000`
3. running `docker compose up -d`