fix: 解决反向代理网站在 firefox 浏览器打开失败的问题 (#2525)

Refs https://github.com/1Panel-dev/1Panel/issues/1465
This commit is contained in:
zhengkunwang 2023-10-12 04:58:38 -05:00 committed by GitHub
parent cc6873c941
commit f079050545
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,3 +8,5 @@ ssl_session_timeout 10m;
add_header Strict-Transport-Security "max-age=31536000";
error_page 497 https://$host$request_uri;
proxy_set_header X-Forwarded-Proto https;
ssl_stapling on;
ssl_stapling_verify on;