Nginx 反向代理及https配置

參考代碼html 在server中添加web         location /api {             proxy_set_header Host $host;             proxy_set_header X-Real-IP $remote_addr;             proxy_set_header X-Forwarded-For $proxy_add_x_f
相關文章
相關標籤/搜索