fix comment after signal moderation

This commit is contained in:
j 2023-09-02 11:08:26 +01:00
commit df947f9523
3 changed files with 14 additions and 2 deletions

View file

@ -166,5 +166,6 @@ SIGNAL_MODERATORS = []
RATELIMIT_CACHE_BACKEND = "app.brake_backend.BrakeBackend"
SITENAME = "Phantas.ma"
URL = "https://phantas.ma"
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')