Skip to content

Instantly share code, notes, and snippets.

@kamrankr
Last active August 29, 2015 14:22
Show Gist options
  • Save kamrankr/217c10d339d5b9ad3abd to your computer and use it in GitHub Desktop.
Save kamrankr/217c10d339d5b9ad3abd to your computer and use it in GitHub Desktop.
listen = 127.0.0.1:9000
;listen = /var/run/php-fpm/php-fpm.sock #uncomment this if you want to use socket instead of port
;listen.owner = nobody
listen.owner = nginx
;listen.group = nobody
listen.group = nginx
;listen.mode = 0666
listen.mode = 0664
user = nginx
group = nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment