Compare commits
4 Commits
6feecd2966
...
edd5765535
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
edd5765535 | ||
|
|
0fa672ab51 | ||
| 3c85462f46 | |||
| cc1790bf30 |
@@ -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