fix: samc
This commit is contained in:
parent
b8fa3e7ca4
commit
2d17adde47
1 changed files with 7 additions and 1 deletions
|
|
@ -11,6 +11,8 @@
|
||||||
hostName = "10.0.0.69";
|
hostName = "10.0.0.69";
|
||||||
https = false;
|
https = false;
|
||||||
configureRedis = true;
|
configureRedis = true;
|
||||||
|
caching.redis = true;
|
||||||
|
autoUpdateApps.enable = true;
|
||||||
package = pkgs.nextcloud31;
|
package = pkgs.nextcloud31;
|
||||||
settings = let
|
settings = let
|
||||||
prot = "http"; # or https
|
prot = "http"; # or https
|
||||||
|
|
@ -34,6 +36,10 @@
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
recommendedGzipSettings = true;
|
||||||
|
recommendedOptimisation = true;
|
||||||
|
recommendedProxySettings = true;
|
||||||
|
recommendedTlsSettings = true;
|
||||||
virtualHosts.${config.services.nextcloud.hostName} = {
|
virtualHosts.${config.services.nextcloud.hostName} = {
|
||||||
forceSSL = false;
|
forceSSL = false;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
|
@ -45,7 +51,7 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualHosts."localhost" = {
|
virtualHosts."10.0.0.69" = {
|
||||||
locations = {
|
locations = {
|
||||||
"/nextcloud" = {
|
"/nextcloud" = {
|
||||||
priority = 9999;
|
priority = 9999;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue