https://codeburst.io/how-to-setup-nginx-for-react-a504f38f95ed
cd /etc/nginx/sites-enabled
ln -s ../sites-available/krim.com .
For Sequence of location in nginx: https://stackoverflow.com/questions/5238377/nginx-location-priority
For Nginx location priority: http://nginx.org/en/docs/http/ngx_http_core_module.html#location
For Setting UP SSL Certificates with NGINX https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-20-04