removed unneeded nginx extraConfig

This commit is contained in:
hermitcollective.net 2026-03-10 17:51:07 +00:00
parent f11c9e0401
commit 250d7e7ea9

View file

@ -126,7 +126,7 @@
throttle = false;
};
listeners = {
":6667" = { }
":6667" = { };
};
lookup-hostnames = false;
max-sendq = "1M";
@ -141,15 +141,9 @@
forceSSL = true;
enableACME = true;
locations."/" = {
recommendedProxySettings = true;
proxyPass = "http://localhost:6667";
# proxyPass = "http://[::1]:6667/";
proxyWebsockets = true; # needed if you need to use WebSocket
extraConfig =
# required when the target is also TLS server with multiple hosts
"proxy_ssl_server_name on;" +
# required when the server wants to use HTTP Authentication
"proxy_pass_header Authorization;"
;
};
};
};