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`
相关推荐
-
DBA技术分享(一)-MYSQL常用查询Databases和tables
DBA技术分享(一)-MYSQL常用查询Databases和tables2025-04-27 02:23:34 -
SEO应用之PHP随机输出数组多个值2025-04-27 01:31:39
-
Hbase和MySQL的区别是什么?2025-04-27 01:13:13
-
PHP中异步执行http请求(Guzzle And Curl)
PHP中异步执行http请求(Guzzle And Curl)2025-04-27 00:21:51 -
| PHP 求2个日期相差天数,兼容性好错误率低,收藏了2025-04-27 00:15:34