Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Through setting to support CentOS6. #74

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bestlong
Copy link

@bestlong bestlong commented Jul 6, 2015

Adjust the environment with nginx

use root permission or sudo

mkdir -pv /etc/nginx/sites-available
mkdir -pv /etc/nginx/sites-enabled
touch /etc/nginx/conf.d/include-sites-enabled.conf
echo 'include /etc/nginx/sites-enabled/*;' > /etc/nginx/conf.d/include-sites-enabled.conf

setup unicorn to support centos

add a line set to /config/deploy/production.rb

set :unicorn_target_server_os, 'centos6'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant