How to server PHP sites from Nginx
By default, Nginx doesn’t know how to serve PHP files. we need a way to do.
Create a Nginx site
Create a bash script from the below content into the terminal and make sure to give it executable permission with chmod +x filename.sh , when you run this...
mdusama.hashnode.dev3 min read