initial import

This commit is contained in:
2009-12-10 20:45:56 +02:00
commit 14f518ce91
44 changed files with 1867 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
server {
listen 80 default;
server_name _;
passenger_enabled on;
passenger_use_global_queue on;
rack_env production;
index index.html index.htm;
root /var/www/projects/skyhook_demo/htdocs/public;
}