Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 360 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 360 Bytes

nginx

muckabouts with nginx

to generate certs for local useage run the following and copy files to configs/ssl

openssl req -x509 -days 1000 -nodes -newkey rsa:2048 -keyout ssl/self.key -out ssl/self.crt

spin up docker and go to https://localhost and be prepared to have your mind blown away /s :D

docker-compose up -d my-webserver