Skip to content

Instantly share code, notes, and snippets.

@zluiten
zluiten / default.conf
Last active October 30, 2015 13:56
nginx config - dynamic virtual hosts
server {
server_name *.dev;
index index.php;
set $basepath "/home/username/dev";
set $domain $host;
# check one name domain for simple application