forked from rDrama/rDrama
1
0
Fork 0

same as last commit

master
Aevann 2023-07-22 20:47:39 +03:00
parent 3b21f1864a
commit fad7834983
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/templates/offline.html;
alias /rDrama/files/templates/errors/offline.html;
include includes/headers;
}
error_page 404 = /404.html;