I noticed that my DOCTYPE declaration is stripped when running a reverse proxy. Does anyone know how I can force the DOCTYPE to stay?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Thanks!