The webpatches directory belongs to the TestBot so grab it from there. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> --- 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 01c6dee15..ce2334c99 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> -- 2.20.1