Module: tools Branch: master Commit: a74223a747f7e0a9ea708b998144986ee9365e73 URL: https://source.winehq.org/git/tools.git/?a=commit;h=a74223a747f7e0a9ea708b99... Author: Alex Henrie <alexhenrie24(a)gmail.com> Date: Sat Jan 6 21:07:27 2018 -0700 patches: Include "AddDefaultCharset UTF-8" in the config example. Signed-off-by: Alex Henrie <alexhenrie24(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- patches/doc/vhost_source.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/patches/doc/vhost_source.conf b/patches/doc/vhost_source.conf index 60a5bb5..03c25c6 100644 --- a/patches/doc/vhost_source.conf +++ b/patches/doc/vhost_source.conf @@ -1,5 +1,6 @@ <VirtualHost *:80> DocumentRoot /home/winehq/opt/source + AddDefaultCharset UTF-8 ServerName source.example.com ServerAdmin winehq(a)example.com