Рубрика: nginx
-
certbot docker-compose
docker-compose.yml nano /etc/nginx/sites-available/site TEST PROD nano /etc/nginx/sites-available/site
-
Host multiple websites with HTTPS on a single server
Let’s see how to: Prerequisites— Several websites run inside Docker containers on a single server. (Each one could either be a static files server, or WordPress running on Apache or combination of a Node.js app and a reverse-proxy like in my previous article).— The domain name for each website is configured to point to the IP…