1
0
Fork 0

Allow unecrypted ip address requests

This commit is contained in:
clerie 2021-01-14 13:45:15 +01:00
parent c4c55b3095
commit 1bb0450f6f
1 changed files with 2 additions and 2 deletions

View File

@ -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 = ''