We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d3320 commit 991fb64Copy full SHA for 991fb64
src/flask/app.py
@@ -170,8 +170,9 @@ class Flask(_PackageBoundObject):
170
static files on the web. Defaults to the name
171
of the `static_folder` folder.
172
:param static_folder: the folder with static files that should be served
173
- at `static_url_path`. Defaults to the ``'static'``
174
- folder in the root path of the application.
+ at `static_url_path`. Must be a relative path under
+ `root_path` of the application. Defaults to
175
+ ``'static'``.
176
:param static_host: the host to use when adding the static route.
177
Defaults to None. Required when using ``host_matching=True``
178
with a ``static_folder`` configured.
0 commit comments