Sha256: 8ab8d921285401eb26757e4c0dbf99a2869104e5573508a10118fee6976f6077

Contents?: true

Size: 539 Bytes

Versions: 9

Compression:

Stored size: 539 Bytes

Contents

server {
    if ($host = <%= host %>) {
        return 301 https://$host$request_uri;
    }

    listen 80;
    server_name  <%= host %>;

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

    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.erb
ykutils-0.1.10 test_data/v103-3-189-127/template.erb
ykutils-0.1.8 test_data/v103-3-189-127/template.erb
ykxutils-0.1.13 test_data/v103-3-189-127/template.erb
ykxutils-0.1.12 test_data/v103-3-189-127/template.erb
ykxutils-0.1.11 test_data/v103-3-189-127/template.erb
ykxutils-0.1.8 test_data/v103-3-189-127/template.erb
ykutils-0.1.7 test_data/v103-3-189-127/template.erb
ykutils-0.1.6 test_data/v103-3-189-127/template.erb