Overwrite nextcloud protocol to https

This commit is contained in:
Inex Code 2021-12-06 10:43:24 +03:00
parent bad5bb0e2e
commit ab74b26a87

View file

@ -18,7 +18,7 @@ in
config = {
# Further forces Nextcloud to use HTTPS
overwriteProtocol = "http";
overwriteProtocol = "https";
# Nextcloud PostegreSQL database configuration, recommended over using SQLite
dbtype = "sqlite";