Apache 配置

这个指南概述了将 Drone 安装在 Apache2 服务器上。下面是一个示例配置:

ProxyPreserveHost On

RequestHeader set X-Forwarded-Proto "https"

ProxyPass / http://127.0.0.1:8000/
ProxyPassReverse / http://127.0.0.1:8000/

您需要安装下面的 Apache 模块:

a2enmod proxy
a2enmod proxy_http

如果需要使用 https,您需要设置 X-Forwarded-Proto

ProxyPreserveHost On

+RequestHeader set X-Forwarded-Proto "https"

ProxyPass / http://127.0.0.1:8000/
ProxyPassReverse / http://127.0.0.1:8000/

这个网页有没有错误? 请让我们知道 或编辑 这个页面