Skip to content

Instantly share code, notes, and snippets.

@yassine-khachlek
yassine-khachlek / gist:adaac618edf00188b2d3
Created March 11, 2016 14:15 — forked from sumardi/gist:3936651
Laravel nginx config
server {
listen 80;
server_name example.com;
access_log /var/log/nginx/example.com.access.log;
error_log /var/log/nginx/example.com.error.log;
root /var/www/example.com;
index index.php;