зеркало из https://github.com/nextcloud/server.git
some web servers by default don't recognize index.php as default page - IIS for example
In order to allow easy installation and configuration this index.html has been added with a redirect to index.php
This commit is contained in:
Родитель
43f8bf8e5c
Коммит
e22a8866fb
|
@ -0,0 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0; URL=index.php">
|
||||
</head>
|
||||
</html>
|
Загрузка…
Ссылка в новой задаче