From 2d58193c2c7e8dfd36afd201637c787c41cd9715 Mon Sep 17 00:00:00 2001 From: faulty Date: Sun, 19 Feb 2023 15:29:08 +0100 Subject: [PATCH] what is this --- custom/proxy/config/nginx.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom/proxy/config/nginx.tmpl b/custom/proxy/config/nginx.tmpl index 4346d9e..ae6c01f 100644 --- a/custom/proxy/config/nginx.tmpl +++ b/custom/proxy/config/nginx.tmpl @@ -294,8 +294,8 @@ server { {{- end }} {{ $globals.access_log }} - error_page 503 /503.html; - location = /503.html { + error_page 503 /50x.html; + location = /50x.html { root /usr/share/nginx/html; } location / {