Overwrite nextcloud protocol to https

pull/4/head
Inex Code 2021-12-06 10:43:24 +03:00
parent bfd2f696a2
commit 0e60176b6e
1 changed files with 1 additions and 1 deletions

View File

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