Skip to content

FTP proxy configuration in virtual host #182

@Aldi1990

Description

@Aldi1990

I have installed nginx from source and I used below config. Currently I have configuration virtual host with proxy pass via html but I don't know how to change configuration to work both html and ftp.

./configure
--add-module=../nginx_tcp_proxy_module/
--prefix=/etc/nginx
--conf-path=/etc/nginx/nginx.conf
--error-log-path=/var/log/nginx/error.log
--http-log-path=/var/log/nginx/access.log
--pid-path=/run/nginx.pid
--sbin-path=/usr/sbin/nginx
--with-http_ssl_module
--with-http_v2_module
--with-http_stub_status_module
--with-http_realip_module
--with-file-aio
--with-stream
--with-stream_ssl_preread_module

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions