Question
Using Nginx to map the project directories to their specific URLs
Hi,
I have an application which is dockerized and uses Nginx server. How do I map the root directory of the project to point at a URL localhost:8500/app and the rest of the folders such as CFIDE and cf_scripts to localhost:8500/app/CFIDE and localhost:8500/app/cf_scripts.
Thanks in advance!
