Use hacky workaround for enableACME check with a proxyProtocol listener
This commit is contained in:
parent
2c23fb92c9
commit
6885c40c10
|
@ -4,10 +4,10 @@
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
listen = [
|
listen = [
|
||||||
{
|
{
|
||||||
addr = "0.0.0.0";
|
addr = "localhost";
|
||||||
port = 80;
|
port = 1234;
|
||||||
}
|
} # workaround for enableACME check
|
||||||
{
|
{
|
||||||
addr = "localhost";
|
addr = "localhost";
|
||||||
port = 8443;
|
port = 8443;
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
listen = [
|
listen = [
|
||||||
{
|
{
|
||||||
addr = "0.0.0.0";
|
addr = "localhost";
|
||||||
port = 80;
|
port = 1234;
|
||||||
}
|
} # workaround for enableACME check
|
||||||
{
|
{
|
||||||
addr = "localhost";
|
addr = "localhost";
|
||||||
port = 8443;
|
port = 8443;
|
||||||
|
|
|
@ -17,10 +17,10 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
listen = [
|
listen = [
|
||||||
{
|
{
|
||||||
addr = "localhost";
|
addr = "localhost";
|
||||||
port = 1234;
|
port = 1234;
|
||||||
}
|
} # workaround for enableACME check
|
||||||
{
|
{
|
||||||
addr = "localhost";
|
addr = "localhost";
|
||||||
port = 8443;
|
port = 8443;
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
listen = [
|
listen = [
|
||||||
{
|
{
|
||||||
addr = "0.0.0.0";
|
addr = "localhost";
|
||||||
port = 80;
|
port = 1234;
|
||||||
}
|
} # workaround for enableACME check
|
||||||
{
|
{
|
||||||
addr = "localhost";
|
addr = "localhost";
|
||||||
port = 8443;
|
port = 8443;
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
listen = [
|
listen = [
|
||||||
{
|
{
|
||||||
addr = "0.0.0.0";
|
addr = "localhost";
|
||||||
port = 80;
|
port = 1234;
|
||||||
}
|
} # workaround for enableACME check
|
||||||
{
|
{
|
||||||
addr = "localhost";
|
addr = "localhost";
|
||||||
port = 8443;
|
port = 8443;
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
listen = [
|
listen = [
|
||||||
{
|
{
|
||||||
addr = "0.0.0.0";
|
addr = "localhost";
|
||||||
port = 80;
|
port = 1234;
|
||||||
}
|
} # workaround for enableACME check
|
||||||
{
|
{
|
||||||
addr = "localhost";
|
addr = "localhost";
|
||||||
port = 8443;
|
port = 8443;
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
listen = [
|
listen = [
|
||||||
{
|
{
|
||||||
addr = "0.0.0.0";
|
addr = "localhost";
|
||||||
port = 80;
|
port = 1234;
|
||||||
}
|
} # workaround for enableACME check
|
||||||
{
|
{
|
||||||
addr = "localhost";
|
addr = "localhost";
|
||||||
port = 8443;
|
port = 8443;
|
||||||
|
|
|
@ -3,10 +3,12 @@
|
||||||
services.nginx.virtualHosts."nextcloud.grzb.de" = {
|
services.nginx.virtualHosts."nextcloud.grzb.de" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
listen = [ {
|
listen = [
|
||||||
addr = "0.0.0.0";
|
{
|
||||||
port = 80;
|
addr = "localhost";
|
||||||
}{
|
port = 1234;
|
||||||
|
} # workaround for enableACME check
|
||||||
|
{
|
||||||
addr = "localhost";
|
addr = "localhost";
|
||||||
port = 8443;
|
port = 8443;
|
||||||
ssl = true;
|
ssl = true;
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
listen = [
|
listen = [
|
||||||
{
|
{
|
||||||
addr = "0.0.0.0";
|
addr = "localhost";
|
||||||
port = 80;
|
port = 1234;
|
||||||
}
|
} # workaround for enableACME check
|
||||||
{
|
{
|
||||||
addr = "localhost";
|
addr = "localhost";
|
||||||
port = 8443;
|
port = 8443;
|
||||||
|
|
Loading…
Reference in a new issue