https://github.com/maxnowack/docker-nginx-proxy
nginx reverse proxy with the ability to serve static files
https://github.com/maxnowack/docker-nginx-proxy
Last synced: about 1 year ago
JSON representation
nginx reverse proxy with the ability to serve static files
- Host: GitHub
- URL: https://github.com/maxnowack/docker-nginx-proxy
- Owner: maxnowack
- Created: 2017-02-13T16:01:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T12:14:22.000Z (almost 8 years ago)
- Last Synced: 2025-01-22T02:35:32.097Z (over 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Usage
````bash
$ docker run -d --name reverse-proxy -e "UPSTREAM=https://google.de" -e "VIRTUAL_HOST=test.example.com" -e "LETSENCRYPT_HOST=test.example.com" -e "LETSENCRYPT_EMAIL=test@example.com" -v /home/user/staticfiles:/var/www/html nginx-reverse-proxy
````