mirror of
https://github.com/jimeh/skyhook.git
synced 2026-02-19 11:06:38 +00:00
9 lines
205 B
Plaintext
9 lines
205 B
Plaintext
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;
|
|
} |