Module: tools Branch: master Commit: bb7a2682dcee8c02f1ec6dade240d865b88f9336 URL: https://source.winehq.org/git/tools.git/?a=commit;h=bb7a2682dcee8c02f1ec6dad... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Wed Feb 3 02:08:36 2021 +0100 patches: Fix the install instructions. The webpatches directory belongs to the TestBot so grab it from there. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- patches/doc/vhost_source.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/patches/doc/vhost_source.conf b/patches/doc/vhost_source.conf index 01c6dee..ce2334c 100644 --- a/patches/doc/vhost_source.conf +++ b/patches/doc/vhost_source.conf @@ -5,7 +5,14 @@ ServerName source.example.com ServerAdmin winehq(a)example.com + # Contains the emails: patches and replies from developers and the TestBot + Alias /patches/data /home/winehq/sites/testbot/var/webpatches + <Directory /home/winehq/opt/source> Require all granted </Directory> + + <Directory /home/winehq/tools/testbot/web/webpatches> + Require all granted + </Directory> </VirtualHost>