mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123123
This commit is contained in:
@@ -40,6 +40,17 @@ in
|
||||
# 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" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
|
||||
Reference in New Issue
Block a user