OSDN Git Service

Add configuration files and tools of nginx and unicorn
authoreagletmt <eagletmt@gmail.com>
Sun, 21 Oct 2012 20:05:02 +0000 (05:05 +0900)
committereagletmt <eagletmt@gmail.com>
Mon, 22 Oct 2012 09:50:37 +0000 (18:50 +0900)
commit94536b16b1bf9279c652a1d18dfaa6983e7d36b4
tree1bb2864fe6d44283c10172300409113febdff125
parent7c1c673169fd004d1d6e692062b88ebd581d252f
Add configuration files and tools of nginx and unicorn
CutenServer/.gitignore
CutenServer/config/unicorn.rb [new file with mode: 0644]
CutenServer/nginx.conf [new file with mode: 0644]
CutenServer/nginx/cuten.conf [new file with mode: 0644]
CutenServer/tools/nginx-reload.sh [new file with mode: 0755]
CutenServer/tools/nginx-start.sh [new file with mode: 0755]
CutenServer/tools/nginx-stop.sh [new file with mode: 0755]
CutenServer/tools/unicorn-reload.sh [new file with mode: 0755]
CutenServer/tools/unicorn-start.sh [new file with mode: 0755]
CutenServer/tools/unicorn-stop.sh [new file with mode: 0755]