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/; } }