2023年6月27日

摘要: #HTTP配置 server { listen 80; listen [::]:80; server_name www.baidu.com; return 301 https://www.baidu.com; location / { root /usr/share/nginx/html/mypag 阅读全文

posted @ 2023-06-27 21:36 006hjy 阅读(22) 评论(0) 推荐(0) 编辑