Does this fix the phone region?
This commit is contained in:
parent
eb5202f933
commit
043c77ab17
|
@ -61,11 +61,12 @@
|
||||||
configureRedis = true;
|
configureRedis = true;
|
||||||
maxUploadSize = "16G";
|
maxUploadSize = "16G";
|
||||||
|
|
||||||
|
defaultPhoneRegion = "NL";
|
||||||
|
|
||||||
#Increase opcache string buffer
|
#Increase opcache string buffer
|
||||||
phpOptions."opcache.interned_strings_buffer" = "23";
|
phpOptions."opcache.interned_strings_buffer" = "23";
|
||||||
# Further forces Nextcloud to use HTTPS
|
# Further forces Nextcloud to use HTTPS
|
||||||
extraOptions = {
|
extraOptions = {
|
||||||
defaultPhoneRegion = "NL";
|
|
||||||
overwriteprotocol = "https";
|
overwriteprotocol = "https";
|
||||||
};
|
};
|
||||||
appstoreEnable = true;
|
appstoreEnable = true;
|
||||||
|
|
Loading…
Reference in a new issue