Skip to content

Instantly share code, notes, and snippets.

@mariadanieldeepak
Last active March 23, 2018 20:28
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 mariadanieldeepak/d000797b19ee5d983116a726da26ba16 to your computer and use it in GitHub Desktop.
Save mariadanieldeepak/d000797b19ee5d983116a726da26ba16 to your computer and use it in GitHub Desktop.
location ~ \.php$ {
// Include the fastcgi-php.conf file.
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/run/php/php7.2-fpm.sock;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment