apache-config-devel/mods-available/proxy_ftp.conf
Sven Velt c1e35a40ac Add more (forward) proxy modules
- mod_connect
- mod_ftp + .conf
- mod_http2
2016-11-10 20:05:55 +01:00

6 lines
111 B
ApacheConf

<IfModule mod_proxy_ftp.c>
ProxyFtpDirCharset UTF-8
</IfModule>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet