Sharp.Augeas/CodeLiturgy.Augeas/root/etc/apache2/mods-enabled/proxy_ftp.conf

9 lines
189 B
Plaintext
Raw Normal View History

2022-11-04 20:09:06 +03:00
<IfModule mod_proxy_ftp.c>
# Define the character set for proxied FTP listings. Default is ISO-8859-1
ProxyFtpDirCharset UTF-8
</IfModule>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet