Sha256: c4479c710b67b2c1e8eb12db91cd61d13d56f3f39d427223123d2284699f9972

Contents?: true

Size: 621 Bytes

Versions: 9

Compression:

Stored size: 621 Bytes

Contents

server {
    listen <%= ssl_port %>;
    ssl_certificate <%= ssl_certificate %>;
    ssl_certificate_key <%= ssl_certificate_key %>;
    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;
    #error_page   500  /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_ssl.erb
ykutils-0.1.10 test_data/v103-3-189-127/template_ssl.erb
ykutils-0.1.8 test_data/v103-3-189-127/template_ssl.erb
ykxutils-0.1.13 test_data/v103-3-189-127/template_ssl.erb
ykxutils-0.1.12 test_data/v103-3-189-127/template_ssl.erb
ykxutils-0.1.11 test_data/v103-3-189-127/template_ssl.erb
ykxutils-0.1.8 test_data/v103-3-189-127/template_ssl.erb
ykutils-0.1.7 test_data/v103-3-189-127/template_ssl.erb
ykutils-0.1.6 test_data/v103-3-189-127/template_ssl.erb