Alex Henrie : patches: Include "AddDefaultCharset UTF-8" in the config example.

Alexandre Julliard julliard at winehq.org
Tue Jan 9 04:10:27 CST 2018


Module: tools
Branch: master
Commit: a74223a747f7e0a9ea708b998144986ee9365e73
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=a74223a747f7e0a9ea708b998144986ee9365e73

Author: Alex Henrie <alexhenrie24 at 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 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at 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 at example.com




More information about the wine-cvs mailing list