Sha256: 31a0d4f46f30d94b021554da52e5719f8e7b23c4d3b3fc2a47f858a3fc15e623

Contents?: true

Size: 381 Bytes

Versions: 2

Compression:

Stored size: 381 Bytes

Contents

server {

    listen   80;
    server_name  www.poolpartyrb.com;
    rewrite ^/(.*) http://poolpartyrb.com permanent;
   }


server {

    listen   80;
    server_name poolpartyrb.com;

    access_log /apps/poolpartyrb/logs/access.log;
    error_log /apps/poolpartyrb/logs/error.log;
        
    location / {    
      root   /apps/poolpartyrb;
      index  index.html;
    }

  }

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
auser-poolparty-0.0.8 web/static/conf/nginx.conf
dreadpiratepj-poolparty-0.0.8 web/static/conf/nginx.conf