Merge pull request #1052 from abbat/master

Force UTF-8 charset in nginx error pages
This commit is contained in:
Robin Ward 2013-06-20 07:43:00 -07:00
commit 7641b3f3ef
4 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<html>
<head>
<title>You can't do that (403)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
div.dialog {

View File

@ -2,6 +2,7 @@
<html>
<head>
<title>The change you wanted was rejected (422)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
div.dialog {

View File

@ -2,6 +2,7 @@
<html>
<head>
<title>Oops - Error 500</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<h1>Oops</h1>

View File

@ -2,6 +2,7 @@
<html>
<head>
<title>Site Is Undergoing Maintenance - Discourse.org</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<h1>We are currently down for planned site maintenance</h1>