Support instance templates

This commit is contained in:
Mia Herkt
2021-01-01 23:08:17 +01:00
parent b65209db7b
commit 47ff3a1152
2 changed files with 8 additions and 0 deletions

View File

@@ -10,6 +10,9 @@ Configuration
To change settings, modify ``instance/config.py``. For more information on
instance configuration, see `the Flask documentation <https://flask.palletsprojects.com/en/2.0.x/config/#instance-folders>`_.
To customize the home and error pages, simply create a ``templates`` directory
in your instance directory and copy any templates you want to modify there.
If you are running nginx, you should use the ``X-Accel-Redirect`` header.
To make it work, include this in your nginx configs ``server`` block::