From 96aab043439885b7601b485c3ef116eec7218c5a Mon Sep 17 00:00:00 2001 From: Paweł Dybiec Date: Mon, 10 Jun 2019 23:00:54 +0200 Subject: Add error page --- templates/nginx.conf.j2 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates') 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; + } + } -- cgit 1.4.1