**How to set proxy_pass to a different port for nginx virtual host? **
-
I have installed gogs (repository) on windows and set it to work with laragon.
Gogs default listen to port is 3000.
On the virtual host, which is setup in laragon for accessing gogs, I have added proxy_pass in the host conf file, but it is not working.
I still need to put https://host:3000 to access the service, without which I get a 404 not found !