forked from rDrama/rDrama
1
0
Fork 0

move offline.html to templates for consistency

master
Aevann 2023-07-22 20:45:29 +03:00
parent 425834301e
commit 3b21f1864a
2 changed files with 1 additions and 1 deletions

View File

@ -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;