Size: a a a

2021 May 10

GM

Gopal Mandal in nginx_ru
Thats all i need to do?
источник

GM

Gopal Mandal in nginx_ru
Will it be wss ( secured )?
источник

k

kiosaku in nginx_ru
no
источник

k

kiosaku in nginx_ru
you require to add ssl-related staff from server {} block above (where listen 443 exists)
источник

GM

Gopal Mandal in nginx_ru
There are 2 servers of mine (one is at 8090) one is at (8888) .
источник

GM

Gopal Mandal in nginx_ru
I don't need to do any proxy pass?
источник

GM

Gopal Mandal in nginx_ru
Etc for 8888? One?
источник

k

kiosaku in nginx_ru
man. think twice what you really need. your wishes change every minute
источник

GM

Gopal Mandal in nginx_ru
I already defined my problem *
I have 2 servers http running on (8090)
ws is running at (8888).
I configured 8090 and its working fine.
Now i am not able to access 8888 port ws !
источник

k

kiosaku in nginx_ru
I don’t see any http servers running either at 8090 or 8888 in nginx conf you posted
источник

k

kiosaku in nginx_ru
only 80 and 443 ports are configured
источник

GM

Gopal Mandal in nginx_ru
check the proxy pass line no. 31
источник

k

kiosaku in nginx_ru
and what? it’s backend’s ip/port
источник

k

kiosaku in nginx_ru
btw, change to 127.0.0.1 for predictable behaviour
источник

GM

Gopal Mandal in nginx_ru
localhost:8090 for http one !
источник

GM

Gopal Mandal in nginx_ru
Which is working fine !
источник

GM

Gopal Mandal in nginx_ru
So If i access https://mydomain.in
источник

GM

Gopal Mandal in nginx_ru
I can access this server
источник

GM

Gopal Mandal in nginx_ru
Second one is ws://localhost:8888
источник

GM

Gopal Mandal in nginx_ru
Its websocket one. I dont know how to. Configure nginx for it !
источник