Blame public/fs/etc/nginx/vhosts.d/srcbase.foss21.org.conf

root@culturestrings 07947e
server {
root@culturestrings 07947e
    listen                [::]:80;
root@culturestrings 07947e
    server_name           srcbase.foss21.org;
root@culturestrings 07947e
    return                301 https://$server_name$request_uri;
root@culturestrings 07947e
}
root@culturestrings 07947e
root@culturestrings 07947e
server {
root@culturestrings 07947e
    listen                [::]:443;
root@culturestrings 07947e
    server_name           srcbase.foss21.org;
root@culturestrings 07947e
root@culturestrings 07947e
    location / {
root@culturestrings 07947e
        root              /srv/www/htdocs/foss21.org/srcbase;
root@culturestrings 07947e
        fancyindex        on;
root@culturestrings 07947e
        ssi               on;
root@culturestrings 07947e
    }
root@culturestrings 07947e
root@culturestrings e9e364
    ssl_certificate           /srv/webroot/foss21.org/ssl/fullchain.pem;
root@culturestrings e9e364
    ssl_certificate_key       /srv/webroot/foss21.org/ssl/privkey.pem;
root@culturestrings e9e364
    ssl_trusted_certificate   /srv/webroot/foss21.org/ssl/chain.pem;
root@culturestrings 07947e
root@culturestrings 07947e
    include conf.d/ssl_params;
root@culturestrings 07947e
}