-
Nginx 解决前端 CORS 跨域问题
问题描述 Access to XMLHttpRequest at 'http://localhost:8080/test' from origin 'http
-
Nginx 配置之 PHP 路径配置
80 端口对应单个 PHP 服务 server { listen 80; server_name localhost; r
-
Nginx 配置之反向代理获取真实 IP
方法 保留代理之前的host: proxy_set_header Host $host; 保留代理之前的真实客户端IP: proxy_set_header X-