This commit is contained in:
admin 2024-04-19 16:10:11 +02:00
parent 44d0bd0b98
commit 1dd9c9b61e
4 changed files with 8 additions and 0 deletions

View file

@ -34,6 +34,8 @@ in
services.nginx.virtualHosts.${domain} = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://localhost:8080/";
proxyWebsockets = true;