Skip to content

Instantly share code, notes, and snippets.

@abhi-io
Last active February 27, 2021 16:07
Show Gist options
  • Save abhi-io/fa7a635412bca24e685a3a4189d27397 to your computer and use it in GitHub Desktop.
Save abhi-io/fa7a635412bca24e685a3a4189d27397 to your computer and use it in GitHub Desktop.
├── Dockerfile <<<<<<< have to edit
├── Dockerfile.cuda
├── LICENSE
├── README.md
├── certs
│   ├── example.com.crt <<<<<<< have to edit
│   └── example.com.key <<<<<<< have to edit
├── docker-compose.yml
├── nginx-cuda.conf
├── nginx.conf <<<<<<< have to edit
└── static
├── crossdomain.xml
├── player.html
└── stat.xsl
####Add thies lines in Dockerfile to activate SSL
COPY certs/example.com.crt /etc/nginx/example.com.crt
COPY certs/example.com.key /etc/nginx/example.com.key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment