Force UTF-8 charset in nginx error pages

Prepare nginx error pages for automated translation where English
version used as base template for other locales
This commit is contained in:
Anton Batenev 2013-06-20 14:54:43 +04:00
parent a546472775
commit 007badf79b
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>