You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: