From 3b21f1864ab7cb14158a12be08fd95bd88504793 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 22 Jul 2023 20:45:29 +0300 Subject: [PATCH] move offline.html to templates for consistency --- files/{assets => templates}/offline.html | 0 nginx.conf | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename files/{assets => templates}/offline.html (100%) diff --git a/files/assets/offline.html b/files/templates/offline.html similarity index 100% rename from files/assets/offline.html rename to files/templates/offline.html diff --git a/nginx.conf b/nginx.conf index d28d80e78..03947ec94 100644 --- a/nginx.conf +++ b/nginx.conf @@ -29,7 +29,7 @@ server { include includes/headers; } location =/offline.html { - alias /rDrama/files/assets/offline.html; + alias /rDrama/files/templates/offline.html; include includes/headers; } error_page 404 = /404.html;