defiant/nginx: re-enable NextCloud

This commit is contained in:
Felix Albrigtsen 2024-10-22 20:41:04 +02:00
parent 713b9a5615
commit 9fe5f0aae7
1 changed files with 8 additions and 8 deletions

View File

@ -54,14 +54,14 @@ in {
'';
} // overrides;
in {
# "cloud.feal.no" = publicProxy "" {
# locations."/" = {
# proxyPass = "http://challenger.home.feal.no";
# extraConfig = ''
# client_max_body_size 8G;
# '';
# };
# };
"cloud.feal.no" = publicProxy "" {
locations."/" = {
proxyPass = "http://challenger.home.feal.no";
extraConfig = ''
client_max_body_size 8G;
'';
};
};
"git.feal.no" = publicProxy "http://unix:${gitea.server.HTTP_ADDR}" {
default = true;
};