Skip to content

Instantly share code, notes, and snippets.

@zechtz
zechtz / ngix-php7-fmp
Created February 2, 2018 14:30
Nginx Configuration with Laravel + PHP7.2 fpm
server {
listen 80;
listen [::]:80;
root /home/username/sites/laravelappdirectory/public;
index index.php index.htm index.nginx-debian.html;
server_name servername.test www.servername.test;