forked from MarseyWorld/MarseyWorld
move offline.html to templates for consistency
parent
425834301e
commit
3b21f1864a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue