1
0

Compare commits

...

4 Commits

Author SHA1 Message Date
Flake Update Bot
edd5765535 Update from updated-inputs-2025-06-04-01-03 2025-06-04 03:03:08 +02:00
Flake Update Bot
0fa672ab51 Update nixpkgs 2025-06-04-01-03 2025-06-04 03:03:06 +02:00
3c85462f46 monitoring/targets.json: Check fem.social http 2025-06-03 15:43:05 +02:00
cc1790bf30 modules/nginx-port-forward: Proxy upstream DNS is only reresolved when referenced as a variable 2025-06-03 15:41:56 +02:00
2 changed files with 6 additions and 1 deletions

View File

@@ -20,7 +20,9 @@ let
${ optionalString (sslDhparam != null) "ssl_dhparam ${sslDhparam};" }
'' }
proxy_pass ${forward.host}:${toString forward.port};
set $upstream_server ${forward.host}:${toString forward.port};
proxy_pass $upstream_server;
}
'';

View File

@@ -9,6 +9,9 @@
"blog.nadja.top": {
"http": { "enable": true }
},
"fem.social": {
"http": { "enable": true }
},
"tagesschau.de": {
"icmp": { "enable": true }