summaryrefslogtreecommitdiff
path: root/modules/proxy/proxy_ftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/proxy/proxy_ftp.c')
-rw-r--r--modules/proxy/proxy_ftp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/proxy/proxy_ftp.c b/modules/proxy/proxy_ftp.c
index c02f0f48e1..3cf6d31fbb 100644
--- a/modules/proxy/proxy_ftp.c
+++ b/modules/proxy/proxy_ftp.c
@@ -1702,7 +1702,7 @@ int ap_proxy_ftp_handler(request_rec *r, proxy_server_conf *conf,
/* set content-type */
if (dirlisting) {
- ap_set_content_type(r, "text/html");
+ ap_set_content_type(r, "text/html; charset=ISO-8859-1");
}
else {
if (r->content_type) {