Sha256: 5dcc83a44f97215948a0391eae5560b69b2b13d54dae08aefa33d242e4ad87a7

Contents?: true

Size: 577 Bytes

Versions: 9

Compression:

Stored size: 577 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

9 entries across 9 versions & 2 rubygems

Version Path
ykxutils-0.1.14 test_data/v103-3-189-127/template_www.erb
ykutils-0.1.10 test_data/v103-3-189-127/template_www.erb
ykutils-0.1.8 test_data/v103-3-189-127/template_www.erb
ykxutils-0.1.13 test_data/v103-3-189-127/template_www.erb
ykxutils-0.1.12 test_data/v103-3-189-127/template_www.erb
ykxutils-0.1.11 test_data/v103-3-189-127/template_www.erb
ykxutils-0.1.8 test_data/v103-3-189-127/template_www.erb
ykutils-0.1.7 test_data/v103-3-189-127/template_www.erb
ykutils-0.1.6 test_data/v103-3-189-127/template_www.erb