Document the error pages dir

This commit is contained in:
2025-03-19 14:21:35 +01:00
parent b7a6199a17
commit 9d0762722d
2 changed files with 6 additions and 0 deletions

View File

@@ -139,6 +139,11 @@ server {
proxy_pass http://127.0.0.1:8000;
}
# Optional, when using the FLASK_ERROR_PAGES_DIR
# location /404images/ {
# alias /srv/shared/errorpages/;
# }
location /favicon.ico {
alias /srv/whatever/_static/favicon.ico;
}