You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
1.1 KiB

7 months ago
## Introduction
This YouTube video is a good step by step to implement Nginx Proxy Manager
https://youtu.be/P3imFC7GSr0?si=RTv_vYqMfi5VCIdR
Learn about the difference between forward and reverse proxies, and what you would use them for
[What is a reverse proxy? | Proxy servers explained | Cloudflare](https://www.cloudflare.com/learning/cdn/glossary/reverse-proxy/)
## Prerequisites
[[Stand-up a Linux Server]] with Docker and Docker Compose installed
## Software
[Nginx Proxy Manager](https://nginxproxymanager.com/)
## References
[Configure port forwarding using FortiGate... - Fortinet Community](https://community.fortinet.com/t5/FortiGate/Technical-Tip-Configure-port-forwarding-using-FortiGate-VIPs/ta-p/196734)
[Adding SSL certs to NGINX docker container - Stack Overflow](https://stackoverflow.com/questions/51399883/adding-ssl-certs-to-nginx-docker-container)
[How to Install an SSL Certificate on Nginx - Mister PKI](https://www.misterpki.com/nginx-ssl-certificate/#:~:text=How%20to%20Install%20an%20SSL%20Certificate%20on%20Nginx,SSL%20configuration%20with%20docker%20...%206%20Conclusion%20)