mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 22:41:52 +03:00
123123
This commit is contained in:
@@ -40,6 +40,17 @@ in
|
|||||||
# client_max_body_size 5G;
|
# client_max_body_size 5G;
|
||||||
# '';
|
# '';
|
||||||
# };
|
# };
|
||||||
|
"zeroq.ru" = {
|
||||||
|
forceSSL = true;
|
||||||
|
enableACME = true;
|
||||||
|
# kTLS = true;
|
||||||
|
locations."/.well-known/discord" = {
|
||||||
|
extraConfig = ''
|
||||||
|
default_type text/plain;
|
||||||
|
return 200 "dh=c2d103553a4cfdaa1b7952a87a7d8120a1e167cc";
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
};
|
||||||
"flux.zeroq.ru" = {
|
"flux.zeroq.ru" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user