Technologies
- Docker
- Nginx (LoadBalancer)
- Alpine (Lightweight linux distro)
- PHP-FPM (Separate php from server for fast access)
Things in here
- Round robin algorithm (LoadBalancer)
- SSL
How to use
- Generate local CRT certificate
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -sha256 -days 365 -subj '/CN={passphrase-here}'
- Store cert.pem, key.pem into
conf.d/cert
folder. - Store your
passphrase
intoconf.d/cert/ssl.pass
file - Run
make up
- Access
localhost