diff --git a/files/templates/offline.html b/files/templates/errors/offline.html similarity index 100% rename from files/templates/offline.html rename to files/templates/errors/offline.html diff --git a/nginx.conf b/nginx.conf index 03947ec94..28bb9fc02 100644 --- a/nginx.conf +++ b/nginx.conf @@ -29,7 +29,7 @@ server { include includes/headers; } location =/offline.html { - alias /rDrama/files/templates/offline.html; + alias /rDrama/files/templates/errors/offline.html; include includes/headers; } error_page 404 = /404.html;