Install nginx and secure it with let’s encrypt – all in one script
The following script will install nginx and php 7.2 and will also secure the installation with let’s encrypt. You need to save this script and make it executable: vi install.sh Paste the script and save: Make the script executable chmod +x install.sh Run the script ./install.sh Follow the messages as . . . Read more