Links
- nginx/nginx as a load balancer
- nginx stream
- nginx - serve static websites
- nginx - run php
- nginx - ssl-tls config
- nginx - Layer 4 load balancing
- nginx conf for docker compose config
- nginx - reverse proxy
Check nginx config
nginx -t
Installation
sudo apt install nginx
Running with docker
docker run -it --rm -d -p 8080:80 --name web nginx
docker run -it --rm -d -p 8080:80 --name web -v /root/test_webroot:/usr/share/nginx/html nginx
Reference
- How To Create a Self-Signed SSL Certificate for Nginx in Ubuntu 16.04 | DigitalOcean
Reference
- java - Unable to SSL Pass through Ingress Nginx Controller - Stack Overflow
Redirection