Skip to content

Commit

Permalink
add non-www domain
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Feb 26, 2013
1 parent 1b617a4 commit 7605c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
server {
listen 50.116.11.184:80;
server_name *.filldisk.com;
server_name *.filldisk.com filldisk.com;

root /home/feross/www/filldisk.com/static;
index index.html;
Expand All @@ -13,4 +13,4 @@ server {
listen 50.116.11.184:80;
server_name www.filldisk.com;
return 301 $scheme://filldisk.com$request_uri;
}
}

0 comments on commit 7605c61

Please sign in to comment.