Skip to content

Commit

Permalink
fixed app server settings [#1 state:resolved]
Browse files Browse the repository at this point in the history
  • Loading branch information
nakajima committed Jul 30, 2008
1 parent e1a8fd8 commit 227da86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/templates/Capfile
Expand Up @@ -53,9 +53,9 @@ set :apache_conf, "/usr/local/apache2/conf/apps/#{application}.conf"
# set :apache_default_vhost_conf, nil
set :apache_ctl, "/usr/local/apache2/bin/apachectl"
set :apache_server_aliases, []
set :apache_proxy_port, mongrel_port
set :apache_proxy_servers, mongrel_servers
set :apache_proxy_address, mongrel_address
set :apache_proxy_port, app_server_port
set :apache_proxy_servers, app_servers
set :apache_proxy_address, app_server_address
# set :apache_ssl_enabled, false
# set :apache_ssl_ip, nil
# set :apache_ssl_forward_all, false
Expand Down

0 comments on commit 227da86

Please sign in to comment.