Skip to content

Instantly share code, notes, and snippets.

@ianshea
ianshea / craft.conf
Last active December 25, 2015 18:19 — forked from kenzie/craft.conf
server {
listen 80;
root /var/www/craft.dev/public;
index index.php index.html index.htm;
server_name craft.dev;
location / {
try_files $uri $uri/ @rewrites;