diff --git a/hosts/oracle/o001/nginx.nix b/hosts/oracle/o001/nginx.nix index bc02ffb..dbde258 100644 --- a/hosts/oracle/o001/nginx.nix +++ b/hosts/oracle/o001/nginx.nix @@ -147,6 +147,21 @@ proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; ''; }; + "jellyfin.joshuabell.xyz" = { + enableACME = true; + forceSSL = true; + locations."/" = { + proxyPass = "http://100.64.0.13"; + }; + }; + "media.joshuabell.xyz" = { + enableACME = true; + forceSSL = true; + locations."/" = { + proxyPass = "http://100.64.0.13"; + }; + }; + "_" = { default = true;