Создание production-ready конфигураций для веб-серверов
/etc/nginx/sites-available/domain.comln -s ../sites-available/domain.com /etc/nginx/sites-enabled/nginx -tsystemctl reload nginxapt install certbot python3-certbot-nginxcertbot --nginx -d domain.comcrontab -e → 0 12 * * * certbot renewtail -f /var/log/nginx/error.logcurl -I https://domain.comchown -R www-data:www-data /var/www/php -v