task
i try
/etc/nginx/conf.d/ip.conf
server {
listen 80;
#TCP traffic will be forwarded to the specified server
proxy_pass 192.168.0.36:80;
}
server {
listen 443;
#TCP traffic will be forwarded to the specified server
proxy_pass 192.168.0.36:443;
}
err:
proxy_pass" directive is not allowed here
and
stream" directive is not allowed here to