Update from updated-inputs-2025-06-04-01-03
This commit is contained in:
@@ -20,7 +20,9 @@ let
|
|||||||
${ optionalString (sslDhparam != null) "ssl_dhparam ${sslDhparam};" }
|
${ 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;
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
@@ -9,6 +9,9 @@
|
|||||||
"blog.nadja.top": {
|
"blog.nadja.top": {
|
||||||
"http": { "enable": true }
|
"http": { "enable": true }
|
||||||
},
|
},
|
||||||
|
"fem.social": {
|
||||||
|
"http": { "enable": true }
|
||||||
|
},
|
||||||
|
|
||||||
"tagesschau.de": {
|
"tagesschau.de": {
|
||||||
"icmp": { "enable": true }
|
"icmp": { "enable": true }
|
||||||
|
Reference in New Issue
Block a user