petertrotman / adventurelookup

Open repository for the website https://adventurelookup.com/
MIT License
5 stars 3 forks source link

Make api css work #8

Closed petertrotman closed 8 years ago

petertrotman commented 8 years ago

Before the production CSS wasn't working because nginx was transferring it as text/plain instead of text/css. Turns out we needed to include the mime.types definitions in the nginx config for it to know what to do with CSS. Rookie mistake but it's all part of the learning process!