Update app.py
Browse files
app.py
CHANGED
|
@@ -88,7 +88,7 @@ config = {
|
|
| 88 |
"libre_office_support": False, # Invoke Libre Office documents for editing using WebDAV
|
| 89 |
# The path to the directory that contains template.html and associated assets.
|
| 90 |
# The default is the htdocs directory within the dir_browser directory.
|
| 91 |
-
"htdocs_path": "/home/user/app/dir_browser",
|
| 92 |
},
|
| 93 |
}
|
| 94 |
|
|
|
|
| 88 |
"libre_office_support": False, # Invoke Libre Office documents for editing using WebDAV
|
| 89 |
# The path to the directory that contains template.html and associated assets.
|
| 90 |
# The default is the htdocs directory within the dir_browser directory.
|
| 91 |
+
"htdocs_path": "/home/user/app/dir_browser/htdocs",
|
| 92 |
},
|
| 93 |
}
|
| 94 |
|