Skip to content

Commit

Permalink
Update kolyma-3.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Jul 14, 2024
1 parent 18577a2 commit 76cbc77
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion modules/server/caddy/kolyma-3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@
"chat.haskell.uz"
];
extraConfig = ''
reverse_proxy 127.0.0.1:8450
reverse_proxy 127.0.0.1:8450 {
header_up Host {host}
header_up X-Real-IP {remote}
header_up Upgrade {http_upgrade}
header_up Connection {>Connection}
}
'';
};

Expand Down

0 comments on commit 76cbc77

Please sign in to comment.