From c27ee0818cafe9f22ec00b87c85ca7c1863224d7 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 20 Sep 2022 01:08:02 +0200 Subject: [PATCH] update sample nginx --- nginx.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nginx.txt b/nginx.txt index 8f9c53eb21..aec8278e8e 100644 --- a/nginx.txt +++ b/nginx.txt @@ -21,4 +21,8 @@ server { location /chat { proxy_pass http://127.0.0.1:5001/chat; } + error_page 502 = /error_page/502.html; + location /error_page/ { + alias /rDrama/files/templates/errors/; + } } \ No newline at end of file