1
0

Allow unecrypted ip address requests

This commit is contained in:
clerie 2021-01-14 13:45:15 +01:00
parent c4c55b3095
commit 1bb0450f6f

View File

@ -56,7 +56,7 @@
}; };
"ip4.clerie.de" = { "ip4.clerie.de" = {
enableACME = true; enableACME = true;
forceSSL = true; addSSL = true;
locations."/" = { locations."/" = {
return = ''200 "$remote_addr\n"''; return = ''200 "$remote_addr\n"'';
extraConfig = '' extraConfig = ''
@ -67,7 +67,7 @@
}; };
"ip6.clerie.de" = { "ip6.clerie.de" = {
enableACME = true; enableACME = true;
forceSSL = true; addSSL = true;
locations."/" = { locations."/" = {
return = ''200 "$remote_addr\n"''; return = ''200 "$remote_addr\n"'';
extraConfig = '' extraConfig = ''