Hi there! I’m having trouble getting the css and fonts to load on my configuration. I’m using the default nginx config.
My CSS block looks like this:
location ~ ^/(css|img|js|fonts)/ {
root /var/www/writefreely/static;
# Optionally cache these files in the browser:
# expires 12M;
}
Is there something I’m missing? The root section is correctly formatted, as far as I can tell.