Summary
如题, nginx已正确传递
proxy_set_header Host $http_host; proxy_set_header X-Forwarded-Host $http_host; proxy_set_header X-Forwarded-Proto $scheme;
使用的是雷池内置的nginx
本人其他应用也是用的雷池反向代理的, 后端正确处理后可获取真实访问IP
Steps to reproduce
nil
Expected behavior
nil
Environment
No response
Summary
如题, nginx已正确传递
proxy_set_header Host $http_host; proxy_set_header X-Forwarded-Host $http_host; proxy_set_header X-Forwarded-Proto $scheme;使用的是雷池内置的nginx
本人其他应用也是用的雷池反向代理的, 后端正确处理后可获取真实访问IP
Steps to reproduce
nil
Expected behavior
nil
Environment
No response