about summary refs log tree commit diff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/nginx.conf.j24
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/nginx.conf.j2 b/templates/nginx.conf.j2
index 1f6c71a..b8896b7 100644
--- a/templates/nginx.conf.j2
+++ b/templates/nginx.conf.j2
@@ -53,4 +53,8 @@ server {
 {% endif %}
   }
 
+  location = /50x.html {
+    root /usr/share/nginx/html;
+  }
+
 }