server {
    listen 443 ssl http2;
    listen [::]:443 ssl http2;
    server_name ${server_name};
    root ${root};
}