会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
哈喽
新随笔
管理
2025年4月8日
nginx配地址直接访问服务器地址中的文件
摘要: server { listen 80; server_name localhost; location / { root /usr/share/nginx/html; index index.html; } location /logs { alias /data/java/logs; # 项目日志
阅读全文
posted @ 2025-04-08 10:39 哈喽哈喽111111
阅读(95)
评论(0)
推荐(0)