diff --git a/nginx.txt b/nginx.txt index 8f9c53eb2..aec8278e8 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