I have read the documentation at Unity - Manual: Compressed builds and server configuration.
And using that documentation I set up an Apache server to serve the Unity WebGL files in my project so that this message
“You can reduce your startup time if you configure your web server to host .unityweb files using gzip compression.”, would stop displaying in my browser’s console.
But adding .unityweb to the gzip configuration in my Nginx server will still show me the same message.
My question is what is the correct configuration to serve Unity Webgl files from a Nginx web server?
Thank you for your help.