mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-27 01:05:57 +08:00
fix: 解决反向代理网站在 firefox 浏览器打开失败的问题 (#2525)
Refs https://github.com/1Panel-dev/1Panel/issues/1465
This commit is contained in:
parent
cc6873c941
commit
f079050545
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Reference in a new issue