Skip to content

Instantly share code, notes, and snippets.

@s4l1h
Created December 20, 2012 16:10
Show Gist options
  • Select an option

  • Save s4l1h/4346236 to your computer and use it in GitHub Desktop.

Select an option

Save s4l1h/4346236 to your computer and use it in GitHub Desktop.
Nginx ve PHP-FPM'yi yeniden başlatır.
#/bin/sh
/etc/init.d/nginx stop
/etc/init.d/php5-fpm restart
/etc/init.d/nginx start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment