找回密码
 立即注册
搜索
查看: 41|回复: 0

ubuntu安装nginx

[复制链接]

52

主题

0

回帖

230

积分

管理员

积分
230
发表于 2025-8-21 22:15:41 | 显示全部楼层 |阅读模式
sudo apt update
sudo apt install nginx
sudo systemctl start nginx
sudo systemctl enable nginx
nginx -V 2>&1 | grep -- '--with-http_ssl_module'
sudo apt install certbot python3-certbot-nginx
sudo certbot --nginx -d yourdomain.com -d www.yourdomain.com
Y N
sudo certbot renew --dry-run
sudo nginx -t
sudo systemctl reload nginx
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

SKYPIEA

GMT+8, 2025-9-9 03:00 , Processed in 0.061426 second(s), 30 queries .

快速回复 返回顶部 返回列表