03 2023 档案

nginx2
摘要:nginx: 1.http静态资源服务器 server { listen 80; server_name localhost; client_max_body_size 1024M; location / { root e:\wwwroot; index index.html; } } 2.反向代理 阅读全文
posted @ 2023-03-14 15:46 搬砖小将 阅读(27) 评论(0) 推荐(0)

 
点击右上角即可分享
微信分享提示