Skip to content

Instantly share code, notes, and snippets.

@woogist
Created July 10, 2013 07:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woogist/5964235 to your computer and use it in GitHub Desktop.
Save woogist/5964235 to your computer and use it in GitHub Desktop.
## delete the default configurations
rm /etc/nginx/sites-available/default
rm /etc/php5/fpm/pool.d/www.conf
## nano is simple to use, no editor flame wars!
nano /etc/nginx/sites-available/wordpress
nano /etc/php5/fpm/pool.d/wordpress.conf
## restart the servers
service nginx restart
service php5-fpm restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment