We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
conf.d/
Here is an example that you can put in conf.d/ :
LoadModule mod_proxy.c ProxyEngine On ProxyTables /dev/shm/proftpd_mod_proxy ProxyLog /var/log/proftpd/proxy.log #TraceLog /var/log/proftpd/trace.log #Trace proxy:20 proxy.ftp.conn:20 proxy.ftp.ctrl:20 proxy.ftp.data:20 proxy.ftp.msg:20 proxy.ftp.xfer:20 SQLNamedQuery getBackend SELECT "CONCAT('ftp://', server_hostname) FROM ftp_account WHERE ftp_user = '%{0}'" ProxyRole reverse ProxyReverseConnectPolicy PerUser ProxyReverseServers sql:/getBackend #ProxyTLSEngine off #ProxyTLSVerifyServer off #ProxyTimeoutConnect 4sec #ProxyTLSTimeoutHandshake 5sec #ProxySourceAddress 19.40.42.11
Originally posted by @jb-boin in #135 (comment)
The text was updated successfully, but these errors were encountered:
Thanks!
Sorry, something went wrong.
Castaglia
No branches or pull requests
Here is an example that you can put in
conf.d/
:Originally posted by @jb-boin in #135 (comment)
The text was updated successfully, but these errors were encountered: