Allow unecrypted ip address requests
This commit is contained in:
parent
c4c55b3095
commit
1bb0450f6f
@ -56,7 +56,7 @@
|
||||
};
|
||||
"ip4.clerie.de" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
addSSL = true;
|
||||
locations."/" = {
|
||||
return = ''200 "$remote_addr\n"'';
|
||||
extraConfig = ''
|
||||
@ -67,7 +67,7 @@
|
||||
};
|
||||
"ip6.clerie.de" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
addSSL = true;
|
||||
locations."/" = {
|
||||
return = ''200 "$remote_addr\n"'';
|
||||
extraConfig = ''
|
||||
|
Loading…
Reference in New Issue
Block a user