Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ribbinpo/nginx
for nginx template
https://github.com/ribbinpo/nginx
Last synced: about 14 hours ago
JSON representation
for nginx template
- Host: GitHub
- URL: https://github.com/ribbinpo/nginx
- Owner: ribbinpo
- Created: 2024-02-12T02:54:27.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-08T03:15:02.000Z (9 months ago)
- Last Synced: 2024-04-09T14:37:55.014Z (7 months ago)
- 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`