Skip to content

Commit

Permalink
Add nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Blake authored and Scott Blake committed Mar 8, 2015
1 parent 22b8fde commit d5a4afc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
user nginx;
worker_processes 1;

http {
include /etc/nginx/sites-enabled/*;
}

events {
worker_connections 1024;
}

0 comments on commit d5a4afc

Please sign in to comment.