From f535eed4b2570c22f449002cbf8ff14b69b44e51 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 10 Oct 2022 07:33:14 +0200 Subject: [PATCH] same as last commit --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 9a1313b55..026ccccbb 100644 --- a/nginx.conf +++ b/nginx.conf @@ -35,6 +35,6 @@ server { error_page 502 = /error_page/502.html; location /error_page/ { - alias /rDrama/files/templates/errors/; + alias /rDrama/files/templates/errors/rDrama/; } }