defiant/nginx: re-enable NextCloud
This commit is contained in:
parent
713b9a5615
commit
9fe5f0aae7
|
@ -54,14 +54,14 @@ in {
|
||||||
'';
|
'';
|
||||||
} // overrides;
|
} // overrides;
|
||||||
in {
|
in {
|
||||||
# "cloud.feal.no" = publicProxy "" {
|
"cloud.feal.no" = publicProxy "" {
|
||||||
# locations."/" = {
|
locations."/" = {
|
||||||
# proxyPass = "http://challenger.home.feal.no";
|
proxyPass = "http://challenger.home.feal.no";
|
||||||
# extraConfig = ''
|
extraConfig = ''
|
||||||
# client_max_body_size 8G;
|
client_max_body_size 8G;
|
||||||
# '';
|
'';
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
"git.feal.no" = publicProxy "http://unix:${gitea.server.HTTP_ADDR}" {
|
"git.feal.no" = publicProxy "http://unix:${gitea.server.HTTP_ADDR}" {
|
||||||
default = true;
|
default = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue