diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-11-05 23:28:01 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-11-05 23:28:01 +0100 |
commit | eafe5031b55f15ff2c5ff7af9887d6923676e35b (patch) | |
tree | 677287a42b91899d93b928d94ac1f11931216784 | |
parent | e5f826193031780a71459c2e4372c3731f1d7ecb (diff) |
Drop irrelevant proxy_ftp command in local-jabber.conf.
-rw-r--r-- | apache2/conf.d/local-jabber.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apache2/conf.d/local-jabber.conf b/apache2/conf.d/local-jabber.conf index 5be914d..f564abb 100644 --- a/apache2/conf.d/local-jabber.conf +++ b/apache2/conf.d/local-jabber.conf @@ -17,9 +17,6 @@ AddDefaultCharset UTF-8 Order deny,allow # Deny from all Allow from all - - # Define the character set for proxied FTP directory listings - ProxyFtpDirCharset UTF-8 </Proxy> <ProxyMatch http://localhost:5280/.*> |