摘要:
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
搬砖小将
阅读(48)
评论(0)
推荐(0)
浙公网安备 33010602011771号