public
Description: Adds basic social networking capabilities to your existing application, including users, blogs, photos, clippings, favorites, and more.
Homepage: http://www.communityengine.org
Clone URL: git://github.com/bborn/communityengine.git
fixed up nginx conf template
bborn (author)
Wed Aug 27 18:57:51 -0700 2008
commit  5f7b204be9aa1af04a86fd838c72b062f1d86057
tree    c9bce72f6fcc33eefc47566ef9d75f89aecb7785
parent  e25cb7a4d9656325d7431277f7d20200f085cb11
...
199
200
201
 
202
203
204
...
199
200
201
202
203
204
205
0
@@ -199,6 +199,7 @@ namespace :deploy do
0
     crontab_configuration_setup
0
     app_cron_configuration_setup
0
     god_configuration_setup
0
+ nginx_configuration_setup
0
   end
0
   
0
   # =============================================================================
...
13
14
15
16
17
18
19
20
21
22
 
23
24
25
...
13
14
15
 
 
 
 
 
 
 
16
17
18
19
0
@@ -13,13 +13,7 @@ upstream <%= application %> {
0
 
0
 server {
0
             listen 80;
0
- server_name <%= server_name %>;
0
- rewrite ^/(.*) http://www.<%= server_name %> permanent;
0
- }
0
-
0
-server {
0
- listen 80;
0
- server_name www.<%= server_name %>;
0
+ server_name <%= server_name %>;
0
 
0
             root /mnt/apps/railsapp/public/;
0
             index index.html;

Comments

    No one has commented yet.