github.com/drud/ddev@v1.21.5-alpha1.0.20230226034409-94fcc4b94453/containers/ddev-webserver/ddev-webserver-base-files/etc/apache2/mods-available/proxy_ftp.conf (about) 1 <IfModule mod_proxy_ftp.c> 2 3 # Define the character set for proxied FTP listings. Default is ISO-8859-1 4 ProxyFtpDirCharset UTF-8 5 6 </IfModule> 7 8 # vim: syntax=apache ts=4 sw=4 sts=4 sr noet