Blame public/fs/etc/nginx/vhosts.d/mirror.midipix.org.conf

root@culturestrings 4892b5
server {
root@culturestrings 4892b5
    listen                [::]:80;
root@culturestrings 4892b5
    server_name           mirror.midipix.org;
root@culturestrings 4892b5
    return                301 https://$server_name$request_uri;
root@culturestrings 4892b5
}
root@culturestrings 4892b5
root@culturestrings 4892b5
server {
root@culturestrings 4892b5
    listen                [::]:443;
root@culturestrings 4892b5
    server_name           mirror.midipix.org;
root@culturestrings 4892b5
root@culturestrings 4892b5
    location / {
root@culturestrings 4892b5
        root              /srv/www/htdocs/midipix.org/mirror;
root@culturestrings 4892b5
        fancyindex        on;
root@culturestrings 4892b5
        ssi               on;
root@culturestrings 4892b5
    }
root@culturestrings 4892b5
root@culturestrings 4892b5
    ssl_certificate       /etc/nginx/certs.d/culturestrings.org/ssl/fullchain.pem;
root@culturestrings 4892b5
    ssl_certificate_key   /etc/nginx/certs.d/culturestrings.org/ssl/privkey.pem;
root@culturestrings 4892b5
root@culturestrings 4892b5
    include conf.d/ssl_params;
root@culturestrings 4892b5
}