diff options
| author | Mia Herkt <mia@0x0.st> | 2021-01-01 23:08:17 +0100 |
|---|---|---|
| committer | Mia Herkt <mia@0x0.st> | 2021-05-23 19:13:51 +0200 |
| commit | 47ff3a11527c13732bcf18cbe0eca4d2037f3891 (patch) | |
| tree | 64e444393dbaf65e1b395b31c7ebf31a9fa89307 /README.rst | |
| parent | b65209db7bd63084af3f85dbcd336fe62bf14d2c (diff) | |
Support instance templates
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 config’s ``server`` block:: |
