Sha256: 4ebd049f70dafee4a201459898c8492ebd2893f732fe299202a8b991237d78ae

Contents?: true

Size: 601 Bytes

Versions: 1

Compression:

Stored size: 601 Bytes

Contents

server {
    if ($host = northern-cross.net) {
        return 301 https://$host$request_uri;
    }


    listen <%= port %>;
    server_name  <%= host %>;

    error_log   /var/www/vhosts/<%= host %>/statistics/logs/<%= error_log %>;
    access_log   /var/www/vhosts/<%= host %>/statistics/logs/<%= access_log %>;

    rewrite_log on;

    root   /var/www/vhosts/<%= host %>/httpdocs;
    location / {
        index index.html;
    }
    error_page   500 502 503 504  /50x.html;
    location = /50x.html {
        root   /usr/share/nginx/html/;
        index 50x.html;
    }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ykutils-0.1.4 test_data/v103-3-189-127/template_www.erb