How to enable nginx response http header utf-8 for static website
I have selected "Static" Build Type and the issue is that the response headers don't include utf-8.
I know I can probably create my own dockerfile to do this, but is there no way to just mount the
I know I can probably create my own dockerfile to do this, but is there no way to just mount the
/etc/nginx/conf.d/default.conf file of the static deployment in the advanced tab?