Disable redundant HTST option in Miniflux

This commit is contained in:
2022-03-21 16:24:44 +01:00
parent 770d428bdf
commit 338bb73507

View File

@@ -8,6 +8,7 @@
config = {
BASE_URL = "https://rss.coolneng.duckdns.org";
RUN_MIGRATIONS = "1";
DISABLE_HSTS = "1";
};
};