mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-14 12:23:19 +00:00
Overwrite nextcloud protocol to https
This commit is contained in:
parent
bad5bb0e2e
commit
ab74b26a87
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue