Add ports

This commit is contained in:
Andreas Zweili 2022-05-17 22:51:23 +02:00
parent 2a1b0080c7
commit 6e7dad4c71
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,7 @@
serverAlias = [ "www.2li.ch" ];
enableACME = true;
forceSSL = true;
listen = [{ port = 4433; ssl = true; }];
locations."/" = {
proxyPass = "http://127.0.0.1:8080";
proxyWebsockets = true; # needed if you need to use WebSocket
@ -34,6 +35,7 @@
"heimdall.2li.ch" = {
enableACME = true;
forceSSL = true;
listen = [{ port = 4433; ssl = true; }];
locations."/" = {
proxyPass = "http://127.0.0.1:8081";
proxyWebsockets = true; # needed if you need to use WebSocket
@ -42,6 +44,7 @@
"rss-bridge.2li.ch" = {
enableACME = true;
forceSSL = true;
listen = [{ port = 4433; ssl = true; }];
locations."/" = {
proxyPass = "http://127.0.0.1:8082";
proxyWebsockets = true; # needed if you need to use WebSocket