diff --git a/hosts/next/nextcloud.nix b/hosts/next/nextcloud.nix index 440b42a..b98647e 100644 --- a/hosts/next/nextcloud.nix +++ b/hosts/next/nextcloud.nix @@ -30,6 +30,7 @@ services.nginx = { proxyPass = "http://127.0.0.1:${toString config.services.navidrome.settings.Port}/"; proxyWebsockets = true; }; + }; "bookmark.atlanticaweb.fr" = { forceSSL = true; enableACME = true; diff --git a/hosts/web/webserver.nix b/hosts/web/webserver.nix index 28f0fec..a1db773 100644 --- a/hosts/web/webserver.nix +++ b/hosts/web/webserver.nix @@ -16,6 +16,10 @@ in encode gzip reverse_proxy http://localhost:3001 } + https://pocket.atlanticaweb.fr { + encode gzip + reverse_proxy http://localhost:3001 + } https://search.atlanticaweb.fr { reverse_proxy http://localhost:5000 }