Sha256: 6b41fd54a0e55c42838c8573a58cb26b1c63bd15fe0f99ab503ad3d0eebbab3b

Contents?: true

Size: 643 Bytes

Versions: 1

Compression:

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

1 entries across 1 versions & 1 rubygems

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