ubuntu上如何安装nginx
sudo apt update
sudo apt install nginx
nginx -v
# 设置自动启动
sudo systemctl enable nginx
sudo systemctl reload nginx
配置
nginx 配置文件:`/etc/nginx/nginx.conf`
nginx 日志文件:`/var/log/nginx`
相关推荐
-
MySQL进阶垫脚石:线程长时间处于killed状态怎么破?
MySQL进阶垫脚石:线程长时间处于killed状态怎么破?2025-04-30 01:10:02 -
「你真的知道吗?」Mysql中的DDL, DML, DCL, 和TCL介绍
「你真的知道吗?」Mysql中的DDL, DML, DCL, 和TCL介绍2025-04-30 00:52:57 -
PHP页面跳转2025-04-30 00:44:40
-
php调用自己的方法报错5002025-04-30 00:16:34
-
MYSQL常用查询Columns和Views2025-04-30 00:14:51