Skip to content

Commit

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

root /home/feross/www/filldisk.com/static;
index index.html;

# Try to serve static files
try_files $uri $uri/ =404;
}

server {
listen 50.116.11.184:80;
server_name www.filldisk.com;
return 301 $scheme://filldisk.com$request_uri;
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions stylus/style.styl

This file was deleted.

0 comments on commit 1b617a4

Please sign in to comment.