Skip to content
  • Ticho 34782694's avatar
    Describe a better way to enforce Content-Type in nginx · 09015f11
    Ticho 34782694 authored
    add_header will not override the Content-Type header set by the server,
    but will instead add another header below, which is obviously not ideal.
    
    The proposed change will instead tell nginx to set the correct value for
    this header straight away.
    09015f11