Blame public/fs/etc/nginx/vhosts.d/nginx.index.conf.in

root@culturestrings d273f2
server {
root@culturestrings d273f2
    listen                [::]:80;
root@culturestrings 281232
    server_name           @sitesubd@;
root@culturestrings d273f2
    return                301 https://$server_name$request_uri;
root@culturestrings d273f2
}
root@culturestrings d273f2
root@culturestrings d273f2
server {
root@culturestrings d273f2
    listen                [::]:443;
root@culturestrings 281232
    server_name           @sitesubd@;
root@culturestrings d273f2
root@culturestrings d273f2
    location / {
root@culturestrings 281232
        root              /srv/www/htdocs/@sitezone@/@sitepref@;
root@culturestrings d273f2
        fancyindex        on;
root@culturestrings d273f2
        ssi               on;
root@culturestrings d273f2
    }
root@culturestrings d273f2
root@culturestrings 281232
    ssl_certificate           /srv/webroot/@sitezone@/ssl/fullchain.pem;
root@culturestrings 281232
    ssl_certificate_key       /srv/webroot/@sitezone@/ssl/privkey.pem;
root@culturestrings 281232
    ssl_trusted_certificate   /srv/webroot/@sitezone@/ssl/chain.pem;
root@culturestrings d273f2
root@culturestrings d273f2
    include conf.d/ssl_params;
root@culturestrings d273f2
}