updated for reversed proxy
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
flask:
|
||||
# Generate with: python -c "import secrets; print(secrets.token_hex(32))"
|
||||
secret_key: "replace-with-a-long-random-value"
|
||||
# External path used by the reverse proxy. Use "" to serve from the domain root.
|
||||
url_prefix: "/fatima"
|
||||
|
||||
auth:
|
||||
username: "your-username"
|
||||
|
||||
Reference in New Issue
Block a user