From fad7834983eb23ed41db1937ae3cb476e65e7d58 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 22 Jul 2023 20:47:39 +0300 Subject: [PATCH] same as last commit --- files/templates/{ => errors}/offline.html | 0 nginx.conf | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename files/templates/{ => errors}/offline.html (100%) 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;