- Install Nginx
- Redirect localhost IP to domain.
- Update chrome and OS to latest version.
https://www.javatpoint.com/installing-nginx-on-mac
Setup custom domain: https://emmapopoola.medium.com/setting-up-a-custom-domain-for-your-local-apps-mac-os-linux-c68798722143
apache2 vsnginx
The major difference between the two is how they handle the client request. While Apache provides a different variety of multiprocessing modules to handle client requests and web traffic, Nginx is so designed to handle multiple client requests simultaneously with minimal hardware resources.