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 / {