Skip to content

Commit

Permalink
Fix attic nginx extraConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed Jul 10, 2024
1 parent 1b39ec0 commit bc0989e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hosts/hetzner/apollo/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,12 @@ in {

"attic.joinemm.dev" =
{
extraConfig = ''
client_header_buffer_size 64k;
client_max_body_size 100M;
'';
locations."/" = {
proxyPass = "http://127.0.0.1:8080";
extraConfig = ''
client_header_buffer_size 64k;
client_max_body_size 100M;
'';
};
}
// ssl;
Expand Down

0 comments on commit bc0989e

Please sign in to comment.