Skip to content

Instantly share code, notes, and snippets.

@thanhoangxuannghiep
Last active March 13, 2019 03:25
Show Gist options
  • Select an option

  • Save thanhoangxuannghiep/3e10e756add3a906fbcc496670ce1c50 to your computer and use it in GitHub Desktop.

Select an option

Save thanhoangxuannghiep/3e10e756add3a906fbcc496670ce1c50 to your computer and use it in GitHub Desktop.
PHP and Nginx on ubuntu

After created a topic talk about Install Nginx, PHP with homebrew on MacOS. I want to create small topic talk about PHP and Nginx on Ubuntu. I will show steps to install and configuration

1. Install Nginx

I'm sure that you can find many documents or topic talk about this. However, I want to create specific topic for myself. This is the way I remember any things after self-learing. Now, you can type following 2 commands

sudo apt-get update && sudo apt-get install -y nginx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment