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

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

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
````