How to redirect port to subdirectory in nginx
By Emma Terry •
I am using Nginx on Ubuntu
I have an application, working on port number *:8080 It's basically a container hosted webpage, so If anyone wants to access that webpage he/she have to access it via But I want to configure it via nginx so that port won't be exposed to public and instead one can access it on subdirectory like
I tried a lot to get help from the internet but couldn't find any working solution for nginx
So in short: