Remove listen parameter from rss-bridge nginx config

This was only necessary because it was running behind haproxy before.
This commit is contained in:
Andreas Zweili 2022-11-09 19:12:36 +01:00
parent 549ee33a45
commit 5b52e6cc01
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ in
"rss-bridge.2li.ch" = {
enableACME = true;
forceSSL = true;
listen = [{ port = 4433; addr = "127.0.0.1"; ssl = true; }];
locations."/" = {
proxyPass = "http://127.0.0.1:8082";
proxyWebsockets = true; # needed if you need to use WebSocket