Skip to content
New issue

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

FTP proxy configuration in virtual host #182

Open
Aldi1990 opened this issue Nov 9, 2023 · 0 comments
Open

FTP proxy configuration in virtual host #182

Aldi1990 opened this issue Nov 9, 2023 · 0 comments

Comments

@Aldi1990
Copy link

Aldi1990 commented Nov 9, 2023

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

@Aldi1990 Aldi1990 changed the title Make .config error: ‘ngx_event_t’ has no member named ‘lock’ FTP proxy configuration in virtual host Nov 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant