几何尺寸与公差论坛

 找回密码
 注册
查看: 271|回复: 0

redmine开启https访问方式

[复制链接]
发表于 2022-12-10 17:47:24 | 显示全部楼层 |阅读模式


在httpd.conf增加一行配置和redmine配置中开启https协议
https://blog.csdn.net/weixin_33941350/article/details/92775137
1、打开Bitnami Redmine下apache的配置文件:D:\Bitnami\apache2\conf\httpd.conf

2、搜索定位找到以下信息(在271行左右,最好使用notepad++打开):

</Directory>

#

    DirectoryIndex: sets the file that Apache will serve if a directory

    is requested.

#

<IfModule dir_module>

DirectoryIndex index.html index.php

</IfModule>

3、然后在</Directory>后添加一行:RequestHeader set X_FORWARDED_PROTO 'https'
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|小黑屋|几何尺寸与公差论坛

GMT+8, 2024-4-26 18:06 , Processed in 0.036323 second(s), 21 queries .

Powered by Discuz! X3.4 Licensed

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表