我在 nginx 后面有流星 - nginx 正在监听 443。如果我在流星中将 force-ssl 设置为 true,则手册建议“设置标准 x-forwarded-proto 标头以使 force-ssl 包工作。”
这是否意味着我添加了 proxy_set_header X-Forwarded-Proto $proxy_add_x_forwarded_for; 在我的 nginx 配置中?
当我已经拥有 add_header Strict-Transport-Security max-age=31536000; 和 add_header X-Frame-Options DENY;在我的 nginx.conf 中?
谢谢!!!