Clean up nextcloud module
This commit is contained in:
parent
8153389d19
commit
3215b55ab7
@ -1,5 +1,4 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
{ config, pkgs, lib, ... }: {
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
hostName = "nextcloud.balsoft.ru";
|
||||
@ -15,7 +14,5 @@
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/".proxyWebsockets = true;
|
||||
locations."~ ^\\/(?:build|tests|config|lib|3rdparty|templates|data)\\/".proxyWebsockets = true;
|
||||
locations."~ ^\\/(?:index|remote|public|cron|core/ajax\\/update|status|ocs\\/v[12]|updater\\/.+|ocs-provider\\/.+|ocm-provider\\/.+)\\.php(?:$|\\/)".proxyWebsockets = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user