feat(nginx): add new search.hoyer.world virtual host

- Introduced Nginx configuration for the `search.hoyer.world` domain.
- Ensures SSL enforcement and proper proxy settings for the new subdomain.
This commit is contained in:
Harald Hoyer 2026-02-06 12:51:24 +01:00
parent 14c9a4f084
commit 437cb4b606

View file

@ -32,5 +32,10 @@
proxyWebsockets = true; proxyWebsockets = true;
}; };
}; };
"search.hoyer.world" = {
enableACME = false;
useACMEHost = "search.hoyer.world";
forceSSL = true;
};
}; };
} }