mirror of
https://github.com/jimeh/skyhook.git
synced 2026-02-19 11:06:38 +00:00
initial import
This commit is contained in:
9
init/projects/skyhook_demo.conf
Normal file
9
init/projects/skyhook_demo.conf
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user