Completed
- Test our Reverse Proxy
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
OpenProject Installed with Nginx, Let's Encrypt, and Docker - How to on Secure Reverse Proxying
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - Digital Ocean Server Setup
- 3 - Updating our Server before Install
- 4 - Docker CE install
- 5 - NginX Install
- 6 - Install OpenProject as a Docker Container
- 7 - Test our NginX site and our OpenProject Site without waiting
- 8 - Install LetsEncrypt Certbot
- 9 - Create our NginX Configuration File to make our Reverse Proxy
- 10 - Test our Reverse Proxy
- 11 - Setup the LetsEncrypt Certificate for our site
- 12 - Check our https secure site.
- 13 - first login to OpenProject and a very quick look at the UI
- 14 docker run -d -p 80 --name openproject -e SECRET_KEY_BASE=secret \
- 15 proxy_pass "http://127.0.0.80";